]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: suspect code indent must stop at #else/#elif
authorAndy Whitcroft <apw@shadowen.org>
Thu, 16 Oct 2008 05:02:32 +0000 (22:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:37 +0000 (11:21 -0700)
commitdd1382860ff226c455f983444f261853049a24e4
treee9a6c9f84efc907f4e24a96f386ea1645536fc90
parent480e38b28b19deff1b10eae21ae295f0e8e43c6d
checkpatch: suspect code indent must stop at #else/#elif

When we hit and #else or #elif we know we are meeting an alternative piece
of code.  All bets are off on indent if we did not see the open of the
control so stop checking.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl