commit | 721c1cb60e0546d2e71b9aa50426c94e69c6521a | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Tue Jan 06 14:41:16 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 06 15:59:15 2009 -0800 |
tree | 69c767f29569545e1ec8e950fce4b4a03ae970fe | |
parent | 691d77b6b85c20e4166bafd12bd0131b28f95a16 [diff] |
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 <apw@shadowen.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>