From: Joe Perches Date: Wed, 25 May 2011 00:13:41 +0000 (-0700) Subject: checkpatch: fix defect in printk(KERN_ 80 column exceptions X-Git-Tag: v3.0-rc1~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fccc6221821e07366aa44bca112c4edb6d04dd7;p=pandora-kernel.git checkpatch: fix defect in printk(KERN_ 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 Cc: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed