From: Joe Perches Date: Fri, 1 Jul 2011 09:43:11 +0000 (+0000) Subject: sctp: Reduce switch/case indent X-Git-Tag: v3.1-rc1~316^2~267 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fd71b1e0787d4d32c6225ca59e23e522cd67cc3;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed