From: Joe Perches Date: Mon, 13 Oct 2014 22:51:51 +0000 (-0700) Subject: checkpatch: add --strict test for concatenated string elements X-Git-Tag: omap-for-v3.19/prcm-cleanup~76^2~110 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f17dba4fc0496eb0daf018074fccebdc85993c75;p=pandora-kernel.git checkpatch: add --strict test for concatenated string elements Using a space between concatenated string elements is easier for a human to read. ie: "String"FOO"bar" is easier to read as: "String" FOO "bar" So suggest this style with a --strict command line option. Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed