From: Andy Whitcroft Date: Tue, 26 Oct 2010 21:23:14 +0000 (-0700) Subject: checkpatch: add check for space after struct, union, and enum X-Git-Tag: v2.6.37-rc1~105^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf6de7145943caa38c56c61cd83b17687afd900;p=pandora-kernel.git checkpatch: add check for space after struct, union, and enum Add spacing checks for struct, union, and enum definitions. Check the spacing after type and before the equals (=) and open brace ({). Based on a patch by Joe Perches. Cc: Joe Perches Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed