diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-04-30 13:06:03 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-03 19:44:53 -0400 |
commit | ab0fbdc2c2363c5a921807b43f9bc8980318f096 (patch) | |
tree | 3b939583b16eca4298e56727cb453d8854cd0e64 /mm/mmzone.c | |
parent | bc802a2742fc414d365a3c9cfd500019a7c7283f (diff) | |
download | talos-op-linux-ab0fbdc2c2363c5a921807b43f9bc8980318f096.tar.gz talos-op-linux-ab0fbdc2c2363c5a921807b43f9bc8980318f096.zip |
staging: rtl8192u: cleanup a switch statement
The white space was all wrong here. The case statements were indented
too far. The if else blocks weren't indented at all. There was a break
statement aligned with the else block and it confused my static checker
because "were curly braces intended" so that the break statement was
only on the else side? Also I removed some commented out code.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'mm/mmzone.c')
0 files changed, 0 insertions, 0 deletions