From: Andy Whitcroft Date: Tue, 6 Jan 2009 22:41:21 +0000 (-0800) Subject: checkpatch: dissallow spaces between stars in pointer types X-Git-Tag: v2.6.29-rc1~348 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65863862ba112bf4d06d5ebc142b9d746d1ee955;p=pandora-kernel.git checkpatch: dissallow spaces between stars in pointer types Disallow spaces within multiple pointer stars (*) in both casts and definitions. Both of these would now be reported: (char * *) char * *foo; Also now consistently detects and reports the attributes within these structures making the error report itself clearer. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed