From: Joerg Roedel Date: Wed, 14 Aug 2013 09:42:29 +0000 (+0200) Subject: iommu/fsl: Fix whitespace problems noticed by git-am X-Git-Tag: firefly_0821_release~176^2~5321^2^3~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9ed436621a5ffd99e03e3f2f6d4fdfb916e5add9;p=firefly-linux-kernel-4.4.55.git iommu/fsl: Fix whitespace problems noticed by git-am Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/fsl_pamu_domain.c b/drivers/iommu/fsl_pamu_domain.c index 14d803a25e2f..c857c30da979 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)) {