Skip to content

Commit 2187a57

Browse files
LuBaolujoergroedel
authored andcommitted
iommu/vt-d: Fix indentation of goto labels
Remove blanks before goto labels. Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Link: https://lore.kernel.org/r/20220214025704.3184654-1-baolu.lu@linux.intel.com Link: https://lore.kernel.org/r/20220301020159.633356-9-baolu.lu@linux.intel.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent 782861d commit 2187a57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/iommu/intel/iommu.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ struct intel_iommu *device_to_iommu(struct device *dev, u8 *bus, u8 *devfn)
827827
}
828828

829829
if (pdev && drhd->include_all) {
830-
got_pdev:
830+
got_pdev:
831831
if (bus && devfn) {
832832
*bus = pdev->bus->number;
833833
*devfn = pdev->devfn;
@@ -836,7 +836,7 @@ struct intel_iommu *device_to_iommu(struct device *dev, u8 *bus, u8 *devfn)
836836
}
837837
}
838838
iommu = NULL;
839-
out:
839+
out:
840840
if (iommu_is_dummy(iommu, dev))
841841
iommu = NULL;
842842

0 commit comments

Comments
 (0)