aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorEric Nelson <[email protected]>2012-05-31 16:26:09 -0700
committerLinus Torvalds <[email protected]>2012-05-31 17:49:27 -0700
commit9a4cad4e25b91f48494f13fce3d25ea44bec7472 (patch)
tree6b7cbfdf1517792f826f23408b8ca023ee2b3229 /tools/perf/scripts/python/bin
parent133fd9f5cda2d86904126f4b9fa4e8f4330c9569 (diff)
checkpatch: check for whitespace before semicolon at EOL
Requires --strict option during invocation: ~/linux$ scripts/checkpatch --strict foo.patch This tests for a bad habits of mine like this: return 0 ; Note that it does allow a special case of a bare semicolon for empty loops: while (foo()) ; Signed-off-by: Eric Nelson <[email protected]> Cc: Andy Whitcroft <[email protected]> Cc: Joe Perches <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions