From 43f7fe52a82ec9f7aa6420af430745111674c7b9 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Fri, 13 Feb 2015 14:38:52 -0800 Subject: [PATCH] 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-format-patch failed