checkpatch: suspect indent handle macro continuation
authorAndy Whitcroft <apw@shadowen.org>
Thu, 16 Oct 2008 05:02:35 +0000 (22:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:37 +0000 (11:21 -0700)
commit740504c61f79a932564fb7117d79ad53d950b201
tree932ad076982cb1fa4aaffbf8bb73c16667b772ea
parentbb44ad39c886401e1ffe0876565f8b3fcea64e9d
checkpatch: suspect indent handle macro continuation

When ignoring a macro in the middle of a conditional, we need to ignore
the macro start and any continuation lines.

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