PCI: Correct the pci_iomap.h header guard #endif comment

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>
This commit is contained in:
Jonathan Cameron 2021-08-03 20:30:14 +08:00 committed by Bjorn Helgaas
parent ff3a52ab9c
commit 1901f8c9ca

View 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 */