From: Andy Whitcroft Date: Fri, 27 Feb 2009 22:03:07 +0000 (-0800) Subject: checkpatch: correctly handle type spacing in the face of modifiers X-Git-Tag: v2.6.29-rc7~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00ef4ece05096a5c523e265b8ce6627fb5e171c2;p=pandora-kernel.git checkpatch: correctly handle type spacing in the face of modifiers We need to handle interspersed modifiers in the middle of pointer types, for example: void * __user * __user bar; Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed