git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
101ee68
)
checkpatch: add --strict test for spaces around arithmetic
author
Joe Perches
<joe@perches.com>
Fri, 13 Feb 2015 22:38:57 +0000
(14:38 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 14 Feb 2015 05:21:40 +0000
(21:21 -0800)
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>
scripts/checkpatch.pl
patch
|
blob
|
history
diff --cc
scripts/checkpatch.pl
Simple merge