diff mbox series

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

Message ID 20210513151819.12526-1-broonie@kernel.org (mailing list archive)
State New, archived
Headers show
Series arm64: tools: Add __ASM_CPUCAPS_H to the endif in cpucaps.h | expand

Commit Message

Mark Brown May 13, 2021, 3:18 p.m. UTC
Anshuman suggested this.

Suggested-by: Anshuman Khandual <anshuman.khandual@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 arch/arm64/tools/gen-cpucaps.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Catalin Marinas May 13, 2021, 4:58 p.m. UTC | #1
On Thu, 13 May 2021 16:18:19 +0100, Mark Brown wrote:
> Anshuman suggested this.

Applied to arm64 (for-next/fixes), thanks!

[1/1] arm64: tools: Add __ASM_CPUCAPS_H to the endif in cpucaps.h
      https://git.kernel.org/arm64/c/af44068c581c
diff mbox series

Patch

diff --git a/arch/arm64/tools/gen-cpucaps.awk b/arch/arm64/tools/gen-cpucaps.awk
index 18737a1ce044..00c9e72a200a 100755
--- a/arch/arm64/tools/gen-cpucaps.awk
+++ b/arch/arm64/tools/gen-cpucaps.awk
@@ -31,7 +31,7 @@  BEGIN {
 END {
 	printf("#define ARM64_NCAPS\t\t\t\t%d\n", cap_num)
 	print ""
-	print "#endif"
+	print "#endif /* __ASM_CPUCAPS_H */"
 }
 
 # Any lines not handled by previous rules are unexpected