commit | 8f268881d7d278047b00eed54bbb9288dbd6ab23 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Tue Dec 17 20:51:51 2019 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Wed Dec 18 23:17:29 2019 +0900 |
tree | f5c4bc6c07cc41f68b6316764c8676b17bfff684 | |
parent | a11391b6f50689adb22c65df783e09143fafb794 [diff] |
kconfig: remove ---help--- from documentation Since commit 84af7a6194e4 ("checkpatch: kconfig: prefer 'help' over '---help---'"), scripts/checkpatch.pl warns the use of ---help---. Kconfig still supports ---help---, but new code should avoid using it. Let's stop advertising it in documentation. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>