staging: rtl8723au: hal: Removed a space before semicolon

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>
This commit is contained in:
Anjana Sasindran 2014-12-05 21:17:02 +05:30 committed by Greg Kroah-Hartman
parent 9d55c8140f
commit de77b4ceae
1 changed files with 1 additions and 1 deletions

View 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;
}