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:
parent
9d55c8140f
commit
de77b4ceae
|
@ -9145,7 +9145,7 @@ u32 BTDM_BtTxRxCounterL(struct rtw_adapter *padapter)
|
||||||
u32 counters = 0;
|
u32 counters = 0;
|
||||||
|
|
||||||
counters = pHalData->bt_coexist.halCoex8723.lowPriorityTx+
|
counters = pHalData->bt_coexist.halCoex8723.lowPriorityTx+
|
||||||
pHalData->bt_coexist.halCoex8723.lowPriorityRx ;
|
pHalData->bt_coexist.halCoex8723.lowPriorityRx;
|
||||||
return counters;
|
return counters;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue