From: Joe Perches Date: Wed, 10 Dec 2014 23:51:59 +0000 (-0800) Subject: checkpatch: add test for consecutive string fragments X-Git-Tag: omap-for-v3.20/drop-legacy-3517~139^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90ad30e5b2a759333f06eee64e59a0d886d02036;p=pandora-kernel.git checkpatch: add test for consecutive string fragments Emit a warning when single line string coalescing occurs. Code that uses compiler string concatenation on a single line like: printk("foo" "bar"); is generally better to read concatenated like: printk("foobar"); Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed