Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: tools: Add __ASM_CPUCAPS_H to the endif in cpucaps.h

Anshuman suggested this.

Suggested-by: Anshuman Khandual <anshuman.khandual@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20210513151819.12526-1-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

authored by

Mark Brown and committed by
Catalin Marinas
af44068c 37a8024d

+1 -1
+1 -1
arch/arm64/tools/gen-cpucaps.awk
··· 31 31 END { 32 32 printf("#define ARM64_NCAPS\t\t\t\t%d\n", cap_num) 33 33 print "" 34 - print "#endif" 34 + print "#endif /* __ASM_CPUCAPS_H */" 35 35 } 36 36 37 37 # Any lines not handled by previous rules are unexpected