]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: printks always need a KERN_<LEVEL>
authorJoe Perches <joe@perches.com>
Fri, 17 Nov 2017 23:28:41 +0000 (15:28 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Nov 2017 00:10:02 +0000 (16:10 -0800)
commit224b9e237a2a18f8756677a31fea96bb01125d44
treebe1e6633c56967c6d8812a759c50bddb143dfd79
parentf14ebf7605699b5a9eac643e841ded75078e0702
checkpatch: printks always need a KERN_<LEVEL>

There was code in checkpatch that allowed continuation printks to be
used without KERN_CONT.  Remove the continuation check and always
require a KERN_<LEVEL>.

Link: http://lkml.kernel.org/r/61980ef41d5b9b6543da1c49055042e0ab74d308.1507047008.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