]> bbs.cooldavid.org Git - net-next-2.6.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)
commit463f28648586721c2191130c9b3c27589dcc11a0
tree6b9ae0d46a17cd4cd904168e5e818ef68b6c7a04
parentfc0d8d944df0c58cd810f33db82f87dcf5dcc190
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