From: Andy Whitcroft Date: Thu, 16 Oct 2008 05:02:29 +0000 (-0700) Subject: checkpatch: do is not a possible type X-Git-Tag: v2.6.28-rc1~473 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0776e594606e32a045e0a99bb919b2280b945495;p=pandora-kernel.git checkpatch: do is not a possible type A do without braces '{' may trigger a false possible type 'do' and then this may be interpreted as an external definition of foo(): do foo(); while (bar); Add do to the type exclusions. Fix up tests so we can check for them. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed