]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: kconfig: prefer 'help' over '---help---'
authorUlf Magnusson <ulfalizer@gmail.com>
Fri, 16 Feb 2018 20:22:55 +0000 (21:22 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 25 Mar 2018 17:03:57 +0000 (02:03 +0900)
commit0b8b5a9b115e8bb3e683448c97f0928424bead46
treebc79978850d383622c75f5beafc7425c4bef4cda
parentefa08f160e40f69e104f1a9fb6e10a3ceb3afb24
checkpatch: kconfig: prefer 'help' over '---help---'

IMO, we should discourage '---help---' for new help texts, even in cases
where it would be consistent with other help texts in the file. This
will help if we ever want to get rid of '---help---' in the future.

Also simplify the code to only check for exactly '---help---'. Since
commit 79b9571bb1db ("kconfig: warn of unhandled characters in Kconfig
commands"), '---help---' is a proper keyword and can only appear in that
form. Prior to that commit, '---help---' working was more of a syntactic
quirk.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/checkpatch.pl