diff options
author | Joe Perches <[email protected]> | 2011-05-24 17:13:41 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2011-05-25 08:39:56 -0700 |
commit | 0fccc6221821e07366aa44bca112c4edb6d04dd7 (patch) | |
tree | b99a4d1b7df909b4eb3a876cc6ec75d3641ea943 /tools/perf/scripts/python/net_dropmonitor.py | |
parent | b05317221b7607ba61ee921c31867ed08912aa46 (diff) |
checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptions
Currently, printk lines with a only KERN_PREFIX and a quoted string
without a comma or close paren that exceed 80 columns are flagged with a
warning.
ie:
printk(KERN_WARNING "some long string that extends beond 80 cols..."
"and is continued on another line\n");
Allow this form instead of emitting a warning.
Signed-off-by: Joe Perches <[email protected]>
Cc: Andy Whitcroft <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions