mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 09:09:55 -04:00
staging: rtl8723bs: Removed multiple blank lines of rtw_pwrctrl.c
Removed multiple blank lines in file rtw_pwrctrl.c Found by checkpatch.pl Signed-off-by: Rogério Fernandes Pereira <rfp2005@gmail.com> Link: https://lore.kernel.org/r/20250503202430.6053-1-rfp2005@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d2f8d185ba
commit
dff8e5d740
@@ -8,7 +8,6 @@
|
||||
#include <hal_data.h>
|
||||
#include <linux/jiffies.h>
|
||||
|
||||
|
||||
void _ips_enter(struct adapter *padapter)
|
||||
{
|
||||
struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter);
|
||||
@@ -994,7 +993,6 @@ void rtw_init_pwrctrl_priv(struct adapter *padapter)
|
||||
pwrctrlpriv->wowlan_ap_mode = false;
|
||||
}
|
||||
|
||||
|
||||
void rtw_free_pwrctrl_priv(struct adapter *adapter)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user