From: Andy Whitcroft Date: Thu, 24 Jul 2008 04:29:03 +0000 (-0700) Subject: checkpatch: toughen trailing if statement checks and extend them to while and for X-Git-Tag: v2.6.27-rc1~706 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53210168feeff9a3c780bd42f69936d4c12381d5;p=pandora-kernel.git checkpatch: toughen trailing if statement checks and extend them to while and for Extend the trailing statement checks to report a trailing semi-colon ';' as we really want it on the next line and indented so it is really really obvious. Also extend the tests to include while and for. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed