commit | 26fe7eb862344e7a8276b7bdb306d6eb23bb28da | [log] [tgz] |
---|---|---|
author | Richard Cochran <richardcochran@gmail.com> | Mon May 25 11:02:13 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 25 18:19:09 2015 -0400 |
tree | 04123c8e46fc141dce2f1de238ceb92ac9f4a475 | |
parent | d1a0ed795a4c22a8104c91210a02d9f6e3c8737b [diff] |
net: cpsw: fix misplaced break statements. Having the breaks too far to the left makes parsing the dense switch/case block unnecessarily harder. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>