checkpatch: add check for keyword 'boolean' in Kconfig definitions
authorChristoph Jaeger <[email protected]>
Fri, 13 Feb 2015 22:38:29 +0000 (14:38 -0800)
committerLinus Torvalds <[email protected]>
Sat, 14 Feb 2015 05:21:39 +0000 (21:21 -0800)
commit327953e9af6c59ad111b28359e59e3ec0cbd71b6
tree104db466e4293b3c0f0e1f67c5e841251a151345
parentdcaf112365369c3b55bfc37edb634dba32dde57e
checkpatch: add check for keyword 'boolean' in Kconfig definitions

Discourage the use of keyword 'boolean' for type definition attributes of
config options as support for it will be dropped later on.

See http://lkml.kernel.org/r/cover.1418003065[email protected]

Signed-off-by: Christoph Jaeger <[email protected]>
Suggested-by: Daniel Borkmann <[email protected]>
Cc: Joe Perches <[email protected]>
Acked-by: Paul Bolle <[email protected]>
Tested-by: Paul Bolle <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl