From: Joe Perches Date: Fri, 13 Feb 2015 22:38:57 +0000 (-0800) Subject: checkpatch: add --strict test for spaces around arithmetic X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~91^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2e025f364369dbe0a7dee1b15f198f5718f246a;p=pandora-kernel.git checkpatch: add --strict test for spaces around arithmetic Some prefer code to have spaces around arithmetic so instead of: a = b*c+d; suggest a = b * c + d; Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed