commit | 7fd71b1e0787d4d32c6225ca59e23e522cd67cc3 | [log] [tgz] |
---|---|---|
author | Joe Perches <[email protected]> | Fri Jul 01 09:43:11 2011 +0000 |
committer | David S. Miller <[email protected]> | Fri Jul 01 16:11:16 2011 -0700 |
tree | 4668b677bfc6f1519ba1e02361c0ccdaa9ccd3e2 | |
parent | c485538901e0334a3016241bf73b864216ff2e73 [diff] |
sctp: Reduce switch/case indent Make the case labels the same indent as the switch. git diff -w shows useless break;s removed after returns and a comment added to an unnecessary default: break; because of a dubious gcc warning. Signed-off-by: Joe Perches <[email protected]> Signed-off-by: David S. Miller <[email protected]>