commit | 463f28648586721c2191130c9b3c27589dcc11a0 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <[email protected]> | Mon Sep 21 17:04:34 2009 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Sep 22 07:17:47 2009 -0700 |
tree | 6b9ae0d46a17cd4cd904168e5e818ef68b6c7a04 | |
parent | fc0d8d944df0c58cd810f33db82f87dcf5dcc190 [diff] |
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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>