projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff3a52a
)
PCI: Correct the pci_iomap.h header guard #endif comment
author
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Tue, 3 Aug 2021 12:30:14 +0000
(20:30 +0800)
committer
Bjorn 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
patch
|
blob
|
history
diff --git
a/include/asm-generic/pci_iomap.h
b/include/asm-generic/pci_iomap.h
index
d4f16dc
..
df636c6
100644
(file)
--- a/
include/asm-generic/pci_iomap.h
+++ b/
include/asm-generic/pci_iomap.h
@@
-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 */