[PATCH] staging: rtl8723bs: remove extra blank line in rtw_btcoex_LPS_Leave()
From: Denis Arzubov
Date: Sun May 03 2026 - 17:59:28 EST
Remove unnecessary blank line after variable declaration in
rtw_btcoex_LPS_Leave() function to improve code readability
and comply with kernel coding style.
Signed-off-by: Denis Arzubov <denisarzubov8@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 0191a943f..27dfd00b4 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.43.0