From: Joe Perches Date: Fri, 13 Feb 2015 22:38:52 +0000 (-0800) Subject: checkpatch: improve "no space necessary after cast" test X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~91^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f7fe52a82ec9f7aa6420af430745111674c7b9;p=pandora-kernel.git checkpatch: improve "no space necessary after cast" test Code like: if (a < sizeof() && and { .len = sizeof() }, incorrectly emits that warning, so add more exceptions to avoid the warning. Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed