commit | a91e8994f242a500bf05b9ee96fcd7ab0228f05f | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri May 20 17:04:05 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri May 20 17:58:30 2016 -0700 |
tree | 45a5035b4c85592811e1d1603ee5048b1b7e8c30 | |
parent | f39e1769bbfc4936ff8364fb2529dc8bf6bc6888 [diff] |
checkpatch: add test for keywords not starting on tabstops It's somewhat common and in general a defect for c90 keywords to not start on a tabstop. Add a test for this condition and warn when it occurs. 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>