]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: add check for keyword 'boolean' in Kconfig definitions
authorChristoph Jaeger <cj@linux.com>
Fri, 13 Feb 2015 22:38:29 +0000 (14:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Feb 2015 05:21:39 +0000 (21:21 -0800)
commitdda0bbb9d55e5abec445a1ce1da4c22b5e59ad7b
tree104db466e4293b3c0f0e1f67c5e841251a151345
parent3b490a72b35a96fe8c9f3f17d3cfd7cfa50df5dd
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.git.cj@linux.com

Signed-off-by: Christoph Jaeger <cj@linux.com>
Suggested-by: Daniel Borkmann <dborkman@redhat.com>
Cc: Joe Perches <joe@perches.com>
Acked-by: Paul Bolle <pebolle@tiscali.nl>
Tested-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl