mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 14:30:58 +07:00
iommu/fsl: Fix whitespace problems noticed by git-am
Signed-off-by: Joerg Roedel <joro@8bytes.org>
This commit is contained in:
parent
695093e38c
commit
9ed436621a
@ -926,7 +926,7 @@ static struct iommu_group *get_shared_pci_device_group(struct pci_dev *pdev)
|
|||||||
struct iommu_group *group;
|
struct iommu_group *group;
|
||||||
struct pci_bus *bus = pdev->bus;
|
struct pci_bus *bus = pdev->bus;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Traverese the pci bus device list to get
|
* Traverese the pci bus device list to get
|
||||||
* the shared iommu group.
|
* 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,
|
* 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.
|
* Finding the next device may require skipping virtual buses.
|
||||||
*/
|
*/
|
||||||
while (!pci_is_root_bus(dma_pdev->bus)) {
|
while (!pci_is_root_bus(dma_pdev->bus)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user