diff options
author | Joe Perches <joe@perches.com> | 2015-02-13 14:38:57 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-13 21:21:40 -0800 |
commit | d2e025f364369dbe0a7dee1b15f198f5718f246a (patch) | |
tree | fd9ea907fadb15c1b7f87c8b2111ec6098f4f924 /scripts/kallsyms.c | |
parent | 101ee6802a77d3a8f42538360a5e9c3f17d5d5b5 (diff) | |
download | linux-d2e025f364369dbe0a7dee1b15f198f5718f246a.tar.bz2 |
checkpatch: add --strict test for spaces around arithmetic
Some prefer code to have spaces around arithmetic so instead of:
a = b*c+d;
suggest
a = b * c + d;
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>
Diffstat (limited to 'scripts/kallsyms.c')
0 files changed, 0 insertions, 0 deletions