commit | c485538901e0334a3016241bf73b864216ff2e73 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri Jul 01 09:43:10 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 01 16:11:16 2011 -0700 |
tree | eb680666cbd9bd5a16e928502a72ac6c62b69f18 | |
parent | fcb261f35714fdf3d5c37d714e55b507b8cd55bc [diff] |
netrom: Reduce switch/case indent Make the case labels the same indent as the switch. git diff -w shows code on same line as case moved to separate lines and a "/* Fallthrough */" comment added where appropriate. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>