]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: rtl8192u: r8192U_core: fix else following close brace code style error
authorRaphaël Beamonte <raphael.beamonte@gmail.com>
Tue, 18 Aug 2015 16:58:05 +0000 (12:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:33 +0000 (18:24 -0700)
Fix "else should follow close brace" checkpatch error.

Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c

index 3c207316a490a16307ce0697dad83a2f49317c0e..bdb8e4fa1be7c39f3bf9691d58f4d592061898ad 100644 (file)
@@ -2585,8 +2585,7 @@ static void rtl8192_hwconfig(struct net_device *dev)
                        regBwOpMode = BW_OPMODE_20MHZ;
                        regRATR = RATE_ALL_CCK | RATE_ALL_OFDM_AG;
                        regRRSR = RATE_ALL_CCK | RATE_ALL_OFDM_AG;
-               }
-               else
+               } else
 #endif
                {
                        regBwOpMode = BW_OPMODE_20MHZ;