public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: remove extra blank line in rtw_btcoex_LPS_Leave()
@ 2026-05-03 21:58 Denis Arzubov
  2026-05-04 14:54 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Arzubov @ 2026-05-03 21:58 UTC (permalink / raw)
  To: denisarzubov; +Cc: linux-staging, linux-kernel, Denis Arzubov

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@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-04 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-03 21:58 [PATCH] staging: rtl8723bs: remove extra blank line in rtw_btcoex_LPS_Leave() Denis Arzubov
2026-05-04 14:54 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox