From: Joe Perches Date: Fri, 1 Jul 2011 09:43:08 +0000 (+0000) Subject: ipv6: Reduce switch/case indent X-Git-Tag: v3.1-rc1~316^2~270 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207ec0abbed50b43a44cb7c69a07aeee08da5e45;p=pandora-kernel.git ipv6: Reduce switch/case indent Make the case labels the same indent as the switch. git diff -w shows 80 column reflowing, removal of a useless break after return, and moving open brace after case instead of separate line. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed