summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_debug.c
diff options
context:
space:
mode:
authorElena Oat2014-03-19 13:47:52 +0100
committerGreg Kroah-Hartman2014-03-19 17:10:26 +0100
commit2275d2b763265d96fb14cff64ce0b87ec3443faf (patch)
tree7aa94b499b4b5e8f9e7ad2fbbd9a140a4df4f678 /drivers/staging/rtl8188eu/core/rtw_debug.c
parentstaging: rtl8188eu: Reduced nesting and improved coding style. (diff)
downloadkernel-qcow2-linux-2275d2b763265d96fb14cff64ce0b87ec3443faf.tar.gz
kernel-qcow2-linux-2275d2b763265d96fb14cff64ce0b87ec3443faf.tar.xz
kernel-qcow2-linux-2275d2b763265d96fb14cff64ce0b87ec3443faf.zip
Staging: rtl8188eu: Fix warning of space prohibited.
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>
Diffstat (limited to 'drivers/staging/rtl8188eu/core/rtw_debug.c')
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_debug.c b/drivers/staging/rtl8188eu/core/rtw_debug.c
index 949bca139bd4..2beb2695e0f2 100644
--- a/drivers/staging/rtl8188eu/core/rtw_debug.c
+++ b/drivers/staging/rtl8188eu/core/rtw_debug.c
@@ -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;