From: Andy Whitcroft Date: Tue, 26 Oct 2010 21:23:19 +0000 (-0700) Subject: checkpatch: statement/block context analyser should look at sanitised lines X-Git-Tag: v2.6.37-rc1~105^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01464f30a97c5c30bf9633309b27cce055cef8fd;p=pandora-kernel.git checkpatch: statement/block context analyser should look at sanitised lines When tracking context to find a block or statement we need to use the sanitised lines, else perentheses '(' & ')' and braces '{' & '}' can throw the scanner out. Also fix up a couple of error outputs which include those sanitised lines incorrectly. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed