]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: possible types -- else cannot start a type
authorAndy Whitcroft <apw@canonical.com>
Tue, 22 Sep 2009 00:04:34 +0000 (17:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Sep 2009 14:17:47 +0000 (07:17 -0700)
commit6637bbbdbbb7f26cb0f945e9027f4197ddf93edf
tree6b9ae0d46a17cd4cd904168e5e818ef68b6c7a04
parentaff5cc3f0b742243d56ca50fb3dc1917642d2f43
checkpatch: possible types -- else cannot start a type

An else cannot start a type, it would have to be within a block after the
else.  This can trigger false modifier matching.

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