staging: rtl8723au: hal: Removed a space before semicolon
authorAnjana Sasindran <anjanasasindran123@gmail.com>
Fri, 5 Dec 2014 15:47:02 +0000 (21:17 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 21:46:48 +0000 (13:46 -0800)
This patch fix the checkpatch.pl warning:

WARNING: space before semicolon prohibited

Signed-off-by: Anjana Sasindran <anjanasasindran123@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c

index 86a8397..412d8cf 100644 (file)
@@ -9145,7 +9145,7 @@ u32 BTDM_BtTxRxCounterL(struct rtw_adapter *padapter)
        u32     counters = 0;
 
        counters = pHalData->bt_coexist.halCoex8723.lowPriorityTx+
-               pHalData->bt_coexist.halCoex8723.lowPriorityRx ;
+               pHalData->bt_coexist.halCoex8723.lowPriorityRx;
        return counters;
 }