commit | f16fa28f7b3d95e989fc64c8480e44c1bcf4bac3 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Wed Oct 15 22:02:32 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 16 11:21:37 2008 -0700 |
tree | e9a6c9f84efc907f4e24a96f386ea1645536fc90 | |
parent | 8ed22cad9ce16e3d8915ae75544a133c3050d96f [diff] |
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>