commit | 9f5af480f4554aac12e002b6f5c2b04895857700 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Sep 09 15:37:30 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Sep 10 13:29:01 2015 -0700 |
tree | a4c8826093272ba4bc1b28f84aa8b83024314129 | |
parent | 9d3e3c705eb395528fd8f17208c87581b134da48 [diff] |
checkpatch: improve SUSPECT_CODE_INDENT test Many lines exist like if (foo) bar; where the tabbed indentation of the branch is not one more than the "if" line above it. checkpatch should emit a warning on those lines. Miscellenea: o Remove comments from branch blocks o Skip blank lines in block Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>