From: Andy Whitcroft Date: Tue, 26 Oct 2010 21:23:18 +0000 (-0700) Subject: checkpatch: clean up structure definition macro handline X-Git-Tag: v2.6.37-rc1~105^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eaa20b984eb316533b4a098d8de3912e434df6a;p=pandora-kernel.git checkpatch: clean up structure definition macro handline Handle definitions such as the following correctly, it is not a complex statement: #define PREALLOC(NAME, START, END, FLAGS) { \ .name = (NAME), \ .start = (START), \ .end = (END), \ .flags = (FLAGS) \ }, Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed