]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: move test for space before semicolon after operator spacing
authorJoe Perches <joe@perches.com>
Wed, 3 Jul 2013 22:05:32 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:45 +0000 (16:07 -0700)
commit77aca9fa8099d3ecfa39bb365448bce8a50a66ff
treee78b97a8730cbbe1c713a6ae4f1811ad78aab871
parent1fba3ac200f17fcdd3510d20907487625855bbc3
checkpatch: move test for space before semicolon after operator spacing

Moving this test allows the --fix option to work better.

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