aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
diff options
context:
space:
mode:
authorJoerg Roedel <joro@8bytes.org>2013-08-14 11:42:29 +0200
committerJoerg Roedel <joro@8bytes.org>2013-08-14 11:42:29 +0200
commit9ed436621a5ffd99e03e3f2f6d4fdfb916e5add9 (patch)
tree948ac5ff380800f47690494c7bd46be5d5374698 /drivers/iommu
parent695093e38c3ef63fcb43a2840ed865efa20671d5 (diff)
iommu/fsl: Fix whitespace problems noticed by git-am
Signed-off-by: Joerg Roedel <joro@8bytes.org>
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/fsl_pamu_domain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iommu/fsl_pamu_domain.c b/drivers/iommu/fsl_pamu_domain.c
index 14d803a25e2..c857c30da97 100644
--- a/drivers/iommu/fsl_pamu_domain.c
+++ b/drivers/iommu/fsl_pamu_domain.c
@@ -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)) {