Skip to content

Commit

Permalink
PCI: Correct the pci_iomap.h header guard #endif comment
Browse files Browse the repository at this point in the history
Update the include/asm-generic/pci_iomap.h header guard #endif comment to
match the corresponding #ifndef.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
  • Loading branch information
jic23 authored and bjorn-helgaas committed Aug 20, 2021
1 parent ff3a52a commit 1901f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-generic/pci_iomap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 1901f8c

Please sign in to comment.