diff options
author | Joe Perches <[email protected]> | 2014-12-10 15:51:32 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2014-12-10 17:41:11 -0800 |
commit | 2381097b6c9b8621797a717c0b199f780ecaa992 (patch) | |
tree | 9209e3eb909d3b9aab1ab762fee4270e5da17b3e /tools/perf/scripts/python/syscall-counts.py | |
parent | 69c953c85c6cca85565ab32e4264b2efb6272e0e (diff) |
checkpatch: add an error test for no space before comma
Using code like:
int foo , bar;
is not preferred to:
int foo, bar;
so emit an error on this style.
Signed-off-by: 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/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions