From: Joe Perches Date: Fri, 5 Oct 2012 00:13:32 +0000 (-0700) Subject: checkpatch: update suggested printk conversions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~12^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f26b8376faad26372a579606ecbd77b20e99dd8;p=pandora-kernel.git checkpatch: update suggested printk conversions Direct conversion of printk(KERN_... to pr_ isn't the preferred conversion when a struct net_device or struct device is available. Hint that using netdev_ or dev_ is preferred to using pr_. Add netdev_dbg and dev_dbg variants too. Miscellaneous whitespace neatening of a misplaced close brace. Signed-off-by: Joe Perches Cc: Andy Whitcroft Cc: Greg KH Cc: Dan Carpenter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed