]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: update $logFunctions
authorMiles Chen <miles.chen@mediatek.com>
Fri, 24 Feb 2017 23:01:34 +0000 (15:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Feb 2017 01:46:57 +0000 (17:46 -0800)
commite0a6bb55271d58f5283752f88b1f75b28063bc55
tree7c334ee88e8af01666a76dd4b42f16ff91f86280
parent361ee97636f4b29c34d8d1f50a3a8f7f5cea75cb
checkpatch: update $logFunctions

Currently checkpatch.pl does not recognize printk_deferred* functions as
log functions and complains about the line length of printk_deferred*
functions.  Add printk_deferred* to logFunctions to fix it.

Link: http://lkml.kernel.org/r/1484537124-18083-1-git-send-email-miles.chen@mediatek.com
Signed-off-by: Miles Chen <miles.chen@mediatek.com>
Acked-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