checkpatch: Update alignment check
authorJoe Perches <joe@perches.com>
Mon, 30 Jul 2012 21:41:16 +0000 (14:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jul 2012 00:25:17 +0000 (17:25 -0700)
commitb34a26f3158cca932b6f1427b97fe12c7838ee68
treee1c5e08259b56d444f6797c8e3e7b88cd4df64d5
parent4ed940d4c34c21a1a356969a923f2815d608e0bf
checkpatch: Update alignment check

Parenthesis alignment doesn't correctly check an existing line after an
inserted or modified line with an open parenthesis.

Fix it.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl