[PATCH v2 1/1] Change checkpatch.pl for warning message in case of printk usage.

2014-03-04 Thread yogesh
This patch modifies 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 --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH v2 1/1] Change checkpatch.pl for warning message in case of printk usage.

2014-03-04 Thread yogesh
This patch modifies 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.yog...@gmail.com --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+),