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)
commitdaa8b0592ee062583b2532bf62450c15fbcc7f98
treee06a7e2c7510a46858b7c17b517404577c0a0057
parent5b9553abfc97f923b99868a04c3b3d99a6014163
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