]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit758d7aada73e6d6b609a0e2ec9f627a64a968ef5
tree7c334ee88e8af01666a76dd4b42f16ff91f86280
parent45c55e92fcee992c05737e65ce0b1d7a36edde69
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