]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Staging: rtl8188eu: Fix warning of space prohibited.
authorElena Oat <oat.elena@gmail.com>
Wed, 19 Mar 2014 12:47:52 +0000 (14:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Mar 2014 16:10:26 +0000 (09:10 -0700)
This small patch fixes the warning of "space prohibited before
semicolon" in file rtw_debug.c.

Signed-off-by: Elena Oat <oat.elena@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_debug.c

index 949bca139bd475b5ec445066a5039c88f6a780f7..2beb2695e0f2ab206b273d717cc7a8384359be7a 100644 (file)
@@ -820,7 +820,7 @@ int proc_set_rssi_disp(struct file *file, const char __user *buffer,
 
                if (enable) {
                        DBG_88E("Turn On Rx RSSI Display Function\n");
-                       padapter->bRxRSSIDisplay = enable ;
+                       padapter->bRxRSSIDisplay = enable;
                } else {
                        DBG_88E("Turn Off Rx RSSI Display Function\n");
                        padapter->bRxRSSIDisplay = 0;