From: Andy Whitcroft Date: Tue, 6 Jan 2009 22:41:16 +0000 (-0800) Subject: checkpatch: comment detection may miss an implied comment on the last hunk X-Git-Tag: v2.6.29-rc1~354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721c1cb60e0546d2e71b9aa50426c94e69c6521a;p=pandora-kernel.git checkpatch: comment detection may miss an implied comment on the last hunk When detecting implied comments from leading stars we may incorrectly think we have detected an edge one way or the other when we have not if we drop off the end of the last hunk. Fix this up. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed