commit | f055663c5853aa1d9f4c86351a4637462a0b9041 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Wed Oct 15 22:02:23 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 16 11:21:35 2008 -0700 |
tree | ff000717ccecc62cea6832852f2e3e229007489b | |
parent | 2a1bc5d5c5096f2dfb6f8b18f39ecb718f101535 [diff] |
checkpatch: report the correct lines for single statement blocks Report the correct lines for single statement blocks. Currently we are reporting the right number of lines, but not skipping the negative lines. 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>