summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-12-11 00:51:32 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2014-12-11 02:41:11 +0100
commit2381097b6c9b8621797a717c0b199f780ecaa992 (patch)
tree9209e3eb909d3b9aab1ab762fee4270e5da17b3e /samples
parentlib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not n (diff)
downloadlinux-2381097b6c9b8621797a717c0b199f780ecaa992.tar.xz
linux-2381097b6c9b8621797a717c0b199f780ecaa992.zip
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 <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions