]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite77ad0ba2ec918911e15ddd337500090d39a6813
tree932ad076982cb1fa4aaffbf8bb73c16667b772ea
parent00a8287848b6b3f7f01caa1ba2ec5cdd7af8ec32
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