]> Pileus Git - ~andy/linux/commitdiff
iommu/fsl: Fix whitespace problems noticed by git-am
authorJoerg Roedel <joro@8bytes.org>
Wed, 14 Aug 2013 09:42:29 +0000 (11:42 +0200)
committerJoerg Roedel <joro@8bytes.org>
Wed, 14 Aug 2013 09:42:29 +0000 (11:42 +0200)
Signed-off-by: Joerg Roedel <joro@8bytes.org>
drivers/iommu/fsl_pamu_domain.c

index 14d803a25e2f30c3ce2b03d2b6bda92e9d531d29..c857c30da9791e9a01f9630f293e5a0d1315dc47 100644 (file)
@@ -926,7 +926,7 @@ static struct iommu_group *get_shared_pci_device_group(struct pci_dev *pdev)
        struct iommu_group *group;
        struct pci_bus *bus = pdev->bus;
 
-       /* 
+       /*
         * Traverese the pci bus device list to get
         * the shared iommu group.
         */
@@ -996,7 +996,7 @@ static struct iommu_group *get_pci_device_group(struct pci_dev *pdev)
 
                /*
                 * Devices on the root bus go through the iommu.  If that's not us,
-                * find the next upstream device and test ACS up to the root bus.
+                * find the next upstream device and test ACS up to the root bus.
                 * Finding the next device may require skipping virtual buses.
                 */
                while (!pci_is_root_bus(dma_pdev->bus)) {