From: Dan Carpenter Date: Wed, 30 Apr 2014 10:06:03 +0000 (+0300) Subject: staging: rtl8192u: cleanup a switch statement X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab0fbdc2c2363c5a921807b43f9bc8980318f096;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed