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:
Rogério Fernandes Pereira
2025-05-03 17:24:30 -03:00
committed by Greg Kroah-Hartman
parent d2f8d185ba
commit dff8e5d740

View File

@@ -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)
{
}