linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 1/6] staging: rtl8723bs: remove unnecessary blank lines in rtw_ap.c
@ 2025-10-07  9:12 Rohan Tripathi
  2025-10-07  9:12 ` [PATCH v3 2/6] staging: rtl8723bs: add missing blank line " Rohan Tripathi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Rohan Tripathi @ 2025-10-07  9:12 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, Rohan Tripathi

This patch removes superfluous blank lines where appropriate to improve readability and match kernel coding style.

This is a coding style cleanup only. No functional changes.

Signed-off-by: Rohan Tripathi <trohan2000@gmail.com>
---
v3: blank line removal only in this patch
v2: previously had an added blank line too
---
 drivers/staging/rtl8723bs/core/rtw_ap.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_ap.c b/drivers/staging/rtl8723bs/core/rtw_ap.c
index 0908f2234f67..373718cbd6b9 100644
--- a/drivers/staging/rtl8723bs/core/rtw_ap.c
+++ b/drivers/staging/rtl8723bs/core/rtw_ap.c
@@ -436,7 +436,6 @@ void update_bmc_sta(struct adapter *padapter)
 		spin_lock_bh(&psta->lock);
 		psta->state = _FW_LINKED;
 		spin_unlock_bh(&psta->lock);
-
 	}
 }
 
@@ -1252,7 +1251,6 @@ void rtw_acl_remove_sta(struct adapter *padapter, u8 *addr)
 	}
 
 	spin_unlock_bh(&pacl_node_q->lock);
-
 }
 
 u8 rtw_ap_set_pairwise_key(struct adapter *padapter, struct sta_info *psta)
-- 
2.50.1


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

end of thread, other threads:[~2025-10-07 10:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-07  9:12 [PATCH v3 1/6] staging: rtl8723bs: remove unnecessary blank lines in rtw_ap.c Rohan Tripathi
2025-10-07  9:12 ` [PATCH v3 2/6] staging: rtl8723bs: add missing blank line " Rohan Tripathi
2025-10-07  9:13 ` [PATCH v3 3/6] staging: rtl8723bs: remove dead code " Rohan Tripathi
2025-10-07  9:13 ` [PATCH v3 4/6] staging: rtl8723bs: fix lines starting with '(' " Rohan Tripathi
2025-10-07  9:13 ` [PATCH v3 5/6] staging: rtl8723bs: add spaces around '+' operator " Rohan Tripathi
2025-10-07  9:13 ` [PATCH v3 6/6] staging: rtl8723bs: wrap long comments " Rohan Tripathi
2025-10-07 10:15 ` [PATCH v3 1/6] staging: rtl8723bs: remove unnecessary blank lines " Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).