checkpatch: warn on logging functions with KERN_<LEVEL>
authorJoe Perches <joe@perches.com>
Mon, 13 Oct 2014 22:52:01 +0000 (15:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2014 00:18:15 +0000 (02:18 +0200)
commitf78d98f6ce66fc7cc0be714d56b0240923a8b4f4
tree36223291ffb6e126634841301453262c616a0ca7
parent840080a08492bd2bb3314077b672b59c88bbe0e6
checkpatch: warn on logging functions with KERN_<LEVEL>

Warn on probable misuses of logging functions with KERN_<LEVEL>
like pr_err(KERN_ERR "foo\n");

Signed-off-by: Joe Perches <joe@perches.com>
Suggested-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl