VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2020-04-09 03:29:19 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2020-04-11 12:09:48 +0900 commit: 00d76a0c19436c88ffcafa1e816f0c0c9af082a0 parent: a0d1c951ef08ed24f35129267e3595d86f57f5d3
Commit Summary:
kbuild: fix comment about missing include guard detection
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/usr/include/Makefile b/usr/include/Makefile
index a339ef325aa5..b568a95d1f62 100644
--- a/usr/include/Makefile
+++ b/usr/include/Makefile
@@ -93,7 +93,7 @@ no-header-test += asm-generic/%
 
 extra-y := $(patsubst $(obj)/%.h,%.hdrtest, $(shell find $(obj) -name '*.h' 2>/dev/null))
 
-# Include the header to detect missing include guard.
+# Include the header twice to detect missing include guard.
 quiet_cmd_hdrtest = HDRTEST $<
       cmd_hdrtest = \
 		$(CC) $(c_flags) -S -o /dev/null -x c /dev/null \