diff options
author | Joe Perches <joe@perches.com> | 2012-10-05 02:13:32 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-05 20:04:59 +0200 |
commit | 8f26b8376faad26372a579606ecbd77b20e99dd8 (patch) | |
tree | 50fc1463508ac9fd91a0b437284d84a81918f903 /MAINTAINERS | |
parent | checkpatch: check utf-8 content from a commit log when it's missing from charset (diff) | |
download | linux-8f26b8376faad26372a579606ecbd77b20e99dd8.tar.xz linux-8f26b8376faad26372a579606ecbd77b20e99dd8.zip |
checkpatch: update suggested printk conversions
Direct conversion of printk(KERN_<LEVEL>... to pr_<level> isn't the
preferred conversion when a struct net_device or struct device is
available.
Hint that using netdev_<level> or dev_<level> is preferred to using
pr_<level>. Add netdev_dbg and dev_dbg variants too.
Miscellaneous whitespace neatening of a misplaced close brace.
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: Greg KH <gregkh@linuxfoundation.org>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions