mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
staging: rtl8723bs: remove unnecessary blank lines
Remove blank lines before closing braces to comply with the Linux kernel coding style. Issue identified by checkpatch.pl. Signed-off-by: ArchitAnant <architanant5@gmail.com> Link: https://patch.msgid.link/20260114094949.14825-3-architanant5@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f51af069a9
commit
6cb679d8fe
|
|
@ -1003,6 +1003,7 @@ u8 rtw_addbareq_cmd(struct adapter *padapter, u8 tid, u8 *addr)
|
|||
exit:
|
||||
return res;
|
||||
}
|
||||
|
||||
/* add for CONFIG_IEEE80211W, none 11w can use it */
|
||||
u8 rtw_reset_securitypriv_cmd(struct adapter *padapter)
|
||||
{
|
||||
|
|
@ -1225,7 +1226,6 @@ u8 traffic_status_watchdog(struct adapter *padapter, u8 from_timer)
|
|||
pmlmepriv->LinkDetectInfo.bHigherBusyTxTraffic = bHigherBusyTxTraffic;
|
||||
|
||||
return bEnterPS;
|
||||
|
||||
}
|
||||
|
||||
static void dynamic_chk_wk_hdl(struct adapter *padapter)
|
||||
|
|
@ -1447,7 +1447,6 @@ u8 rtw_dm_ra_mask_wk_cmd(struct adapter *padapter, u8 *psta)
|
|||
exit:
|
||||
|
||||
return res;
|
||||
|
||||
}
|
||||
|
||||
u8 rtw_ps_cmd(struct adapter *padapter)
|
||||
|
|
@ -1517,9 +1516,7 @@ static void rtw_chk_hi_queue_hdl(struct adapter *padapter)
|
|||
} else {/* re check again */
|
||||
rtw_chk_hi_queue_cmd(padapter);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
u8 rtw_chk_hi_queue_cmd(struct adapter *padapter)
|
||||
|
|
@ -1878,7 +1875,6 @@ void rtw_createbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd)
|
|||
|
||||
spin_unlock_bh(&pmlmepriv->scanned_queue.lock);
|
||||
/* we will set _FW_LINKED when there is one more sat to join us (rtw_stassoc_event_callback) */
|
||||
|
||||
}
|
||||
|
||||
createbss_cmd_fail:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user