commit | 075e1913e1fd7ef6dc8885fc844cfb6c48210104 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri Jul 01 09:43:04 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 01 16:11:15 2011 -0700 |
tree | d945d4c19bb2dc3b90e9380a0063af2e85e8b245 | |
parent | 06f8fe11bb4a84de9d9faa50c7ffbe40b90d395a [diff] |
econet: Reduce switch/case indent Make the case labels the same indent as the switch. Simplify a default case / return (unreached) Remove unnecessary break after return. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>