[PATCH 2/2] staging: rtl8723bs: remove multiple blank lines in rtw_btcoex.c
From: Linus Probert
Date: Fri Apr 03 2026 - 18:08:13 EST
Removes multiple blank lines in rtw_btcoex.c.
Discovered and verified using checkpatch.pl
Signed-off-by: Linus Probert <linus.probert@xxxxxxxxx>
---
drivers/staging/rtl8723bs/core/rtw_btcoex.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/core/rtw_btcoex.c b/drivers/staging/rtl8723bs/core/rtw_btcoex.c
index caa757b8dc0a..574c672419e6 100644
--- a/drivers/staging/rtl8723bs/core/rtw_btcoex.c
+++ b/drivers/staging/rtl8723bs/core/rtw_btcoex.c
@@ -65,7 +65,6 @@ void rtw_btcoex_LPS_Leave(struct adapter *padapter)
{
struct pwrctrl_priv *pwrpriv;
-
pwrpriv = adapter_to_pwrctl(padapter);
if (pwrpriv->pwr_mode != PS_MODE_ACTIVE) {
--
2.53.0