checkpatch: suspect indent -- skip over preprocessor, label and blank lines
authorAndy Whitcroft <apw@shadowen.org>
Thu, 16 Oct 2008 05:02:22 +0000 (22:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:35 +0000 (11:21 -0700)
commit9bd49efe4e4bf88d9c1026db50325fd1b2e59519
treed768c2adcefd444c0bd8742ce8246e131be32a47
parent4d001e4d88a57ba8347b43e3a20412cd6b67fbd7
checkpatch: suspect indent -- skip over preprocessor, label and blank lines

We should skip over and check the lines which follow preprocessor
statements, labels, and blank lines.  These all have legitimate reasons to
be indented differently.

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