OSDN Git Service

kconfig: remove ---help--- from documentation
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 17 Dec 2019 11:51:51 +0000 (20:51 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 18 Dec 2019 14:17:29 +0000 (23:17 +0900)
commit8f268881d7d278047b00eed54bbb9288dbd6ab23
treef5c4bc6c07cc41f68b6316764c8676b17bfff684
parenta11391b6f50689adb22c65df783e09143fafb794
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>
Documentation/kbuild/kconfig-language.rst