staging: rtl8192u: ieee80211: add space around '==' and before '('
Fix checkpatch coding style errors on rtl819x_TSProc.c
- space required before the open parenthesis '('
- spaces required around that '=='
Signed-off-by: Caio Salvador Rohwedder <caiosalvador96@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9e6aac6796
commit
cd62878c9d
@@ -373,7 +373,7 @@ bool GetTs(
|
||||
if(!list_empty(pUnusedList)) {
|
||||
(*ppTS) = list_entry(pUnusedList->next, struct ts_common_info, list);
|
||||
list_del_init(&(*ppTS)->list);
|
||||
if(TxRxSelect==TX_DIR) {
|
||||
if (TxRxSelect == TX_DIR) {
|
||||
struct tx_ts_record *tmp = container_of(*ppTS, struct tx_ts_record, ts_common_info);
|
||||
ResetTxTsEntry(tmp);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user