staging: rtl8821ae: Fix indetentation of switch case statements
authorMark Einon <mark@einon.net>
Sat, 19 Apr 2014 14:35:49 +0000 (15:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2014 22:47:34 +0000 (15:47 -0700)
commit7801e8d67fcaa562c4396b14133862cae1ce1186
treee106e7c1eb3a5fa5c06808abc8f3fbaa786150fa
parenta668d5d575e9ff7b04af3ce0610b822ac19b932f
staging: rtl8821ae: Fix indetentation of switch case statements

Fixes checkpatch error:

ERROR: switch and case should be at the same indent
+               switch (coex_dm->cur_retrylimit_type) {
+                       case 0: /* normal mode */
[...]
+                       case 1: /* retry limit=8 */
[...]
+                       default:

Signed-off-by: Mark Einon <mark@einon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/btcoexist/halbtc8192e2ant.c