From: Andy Whitcroft Date: Mon, 26 Oct 2009 23:50:13 +0000 (-0700) Subject: checkpatch: correctly stop scanning at the bottom of a hunk X-Git-Tag: v2.6.32-rc6~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc77cdca5209c1199deb33f3a83df191ac32f4d6;p=pandora-kernel.git checkpatch: correctly stop scanning at the bottom of a hunk We are allowing context scanning checks to apply against the first line of context outside at the end of the hunk. This can lead to false matches to patch names leading to various perl warnings. Correctly stop at the bottom of the hunk. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed