mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 17:17:04 -04:00
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:
committed by
Greg Kroah-Hartman
parent
9d55c8140f
commit
de77b4ceae
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user