Skip to content

Commit

Permalink
iommu/fsl: Fix whitespace problems noticed by git-am
Browse files Browse the repository at this point in the history
Signed-off-by: Joerg Roedel <joro@8bytes.org>
  • Loading branch information
Joerg Roedel committed Aug 14, 2013
1 parent 695093e commit 9ed4366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/iommu/fsl_pamu_domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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)) {
Expand Down

0 comments on commit 9ed4366

Please sign in to comment.