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)
commit786b632622800d73d9b0355c9a79b3f3b5792c6c
treee78b97a8730cbbe1c713a6ae4f1811ad78aab871
parent3705ce5bcc1037b68e9d20f90ab50bc7f64edd00
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