PCI: Correct the pci_iomap.h header guard #endif comment
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 3 Aug 2021 12:30:14 +0000 (20:30 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 20 Aug 2021 21:15:21 +0000 (16:15 -0500)
Update the include/asm-generic/pci_iomap.h header guard #endif comment to
match the corresponding #ifndef.

Link: https://lore.kernel.org/r/20210803123014.2963814-1-Jonathan.Cameron@huawei.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
include/asm-generic/pci_iomap.h

index d4f16dc..df636c6 100644 (file)
@@ -52,4 +52,4 @@ static inline void __iomem *pci_iomap_wc_range(struct pci_dev *dev, int bar,
 }
 #endif
 
-#endif /* __ASM_GENERIC_IO_H */
+#endif /* __ASM_GENERIC_PCI_IOMAP_H */