]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit19c89707aaf6d30b1068db8052c006981440842c
treee1c5e08259b56d444f6797c8e3e7b88cd4df64d5
parentc96f1f39c3fbe6b494779966cdb8ac93fc609911
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