Fix the comment so that it matches the actual name of the include guard used. Signed-off-by: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx> --- include/asm-generic/bitops/arch_hweight.h | 2 +- include/asm-generic/bitops/atomic.h | 2 +- include/asm-generic/pci_iomap.h | 2 +- include/asm-generic/signal.h | 2 +- include/asm-generic/vga.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/asm-generic/bitops/arch_hweight.h b/include/asm-generic/bitops/arch_hweight.h index 6a211f4..d6be0af 100644 --- a/include/asm-generic/bitops/arch_hweight.h +++ b/include/asm-generic/bitops/arch_hweight.h @@ -22,4 +22,4 @@ static inline unsigned long __arch_hweight64(__u64 w) { return __sw_hweight64(w); } -#endif /* _ASM_GENERIC_BITOPS_HWEIGHT_H_ */ +#endif /* _ASM_GENERIC_BITOPS_ARCH_HWEIGHT_H_ */ diff --git a/include/asm-generic/bitops/atomic.h b/include/asm-generic/bitops/atomic.h index 9ae6c34..d3ac7d5 100644 --- a/include/asm-generic/bitops/atomic.h +++ b/include/asm-generic/bitops/atomic.h @@ -186,4 +186,4 @@ static inline int test_and_change_bit(int nr, volatile unsigned long *addr) return (old & mask) != 0; } -#endif /* _ASM_GENERIC_BITOPS_ATOMIC_H */ +#endif /* _ASM_GENERIC_BITOPS_ATOMIC_H_ */ diff --git a/include/asm-generic/pci_iomap.h b/include/asm-generic/pci_iomap.h index ce37349..0b5f271 100644 --- a/include/asm-generic/pci_iomap.h +++ b/include/asm-generic/pci_iomap.h @@ -32,4 +32,4 @@ static inline void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned lon } #endif -#endif /* __ASM_GENERIC_IO_H */ +#endif /* __ASM_GENERIC_PCI_IOMAP_H */ diff --git a/include/asm-generic/signal.h b/include/asm-generic/signal.h index d840c90..1fc827f 100644 --- a/include/asm-generic/signal.h +++ b/include/asm-generic/signal.h @@ -11,4 +11,4 @@ #undef __HAVE_ARCH_SIG_BITOPS #endif /* __ASSEMBLY__ */ -#endif /* _ASM_GENERIC_SIGNAL_H */ +#endif /* __ASM_GENERIC_SIGNAL_H */ diff --git a/include/asm-generic/vga.h b/include/asm-generic/vga.h index 36c8ff5..93b8a80 100644 --- a/include/asm-generic/vga.h +++ b/include/asm-generic/vga.h @@ -21,4 +21,4 @@ #define vga_readb(x) (*(x)) #define vga_writeb(x, y) (*(y) = (x)) -#endif /* _ASM_GENERIC_VGA_H */ +#endif /* __ASM_GENERIC_VGA_H */ -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html