commit | 3fef12d6cb832327a981b03326f8f07abebb51b7 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <[email protected]> | Wed Oct 15 22:02:36 2008 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Oct 16 11:21:37 2008 -0700 |
tree | 418ea019c04e979862e47dd423ccb92ea5f04e3b | |
parent | 740504c61f79a932564fb7117d79ad53d950b201 [diff] |
checkpatch: allow for comments either side of a brace on case When specifying case we may have comments and/or braces at the end without actually having a 'statement'. Allow for these to occur in any order. Signed-off-by: Andy Whitcroft <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>