From: Andy Whitcroft Date: Thu, 16 Oct 2008 05:02:30 +0000 (-0700) Subject: checkpatch: handle do without braces if we have enough context X-Git-Tag: v2.6.28-rc1~471 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170d3a22688f06fda42e353bbccd0f3df89f3d94;p=pandora-kernel.git checkpatch: handle do without braces if we have enough context If we have sufficient context detect and handle do without braces ({). Else these incorrectly trigger a trailing statements error for the associated while. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed