]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\t
authorJoe Perches <joe@perches.com>
Mon, 10 Jul 2017 22:52:07 +0000 (15:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Jul 2017 23:32:35 +0000 (16:32 -0700)
commit628f91a28649d063a048629d9d15b3e5c4dcaa37
treeedfc0fc7e2e9fd3ce7b4d493b9cde341e066448f
parentfb0d0e088e194e7d966c9a1b3c58900664e5d7db
checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\t

For consistency, MAINTAINERS entries should be an upper case letter,
then a colon, then a tab, then the value.

Warn when an entry doesn't have this form.  --fix it too.

Link: http://lkml.kernel.org/r/9aaaf03ec10adf3888b5e98dd2176b7fe9b5fad8.1496343345.git.joe@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl