]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch.pl: modify warning message for printk usage
authorYogesh Chaudhari <mr.yogesh@gmail.com>
Thu, 3 Apr 2014 21:49:23 +0000 (14:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Apr 2014 23:21:14 +0000 (16:21 -0700)
commitb97ce635f5a2534457da875fa4a9bde0831d411c
treee06a7e2c7510a46858b7c17b517404577c0a0057
parent1a3c4e07cd8c89a9ffe755d5ec604974326d311c
checkpatch.pl: modify warning message for printk usage

Modify warning message when printk is used in a patch.  It mentions to
use subsystem_dbg instead of netdev_dbg as the first preferred format of
logging debug messages.

Signed-off-by: Yogesh Chaudhari <mr.yogesh@gmail.com>
Cc: 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