* [PATCH v11] staging: rtl8723bs: remove extra blank line in rtw_mlme.c
@ 2026-05-21 6:48 Ashwin Gundarapu
2026-05-21 6:54 ` Dan Carpenter
0 siblings, 1 reply; 2+ messages in thread
From: Ashwin Gundarapu @ 2026-05-21 6:48 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, linux-staging
Remove an extra blank line between statements to maintain consistent
spacing of one blank line between blocks.
Found by checkpatch.pl --strict
Signed-off-by: Ashwin Gundarapu <linuxuser509@zohomail.in>
---
v11: Updated commit message to describe actual change (blank line removal).
Removed git header from email body.
v10: Removed extra blank line. Single blank line between statements only.
v9: Removed git header from email body.
v8: Fixed double blank lines as requested by Dan Carpenter.
---
drivers/staging/rtl8723bs/core/rtw_mlme.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/core/rtw_mlme.c b/drivers/staging/rtl8723bs/core/rtw_mlme.c
index 3d88a3a185d5..22776af126ca 100644
--- a/drivers/staging/rtl8723bs/core/rtw_mlme.c
+++ b/drivers/staging/rtl8723bs/core/rtw_mlme.c
@@ -483,7 +483,6 @@ void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *t
break;
}
-
if (rtw_roam_flags(adapter))
/* TODO: don't select network in the same ess as oldest if it's new enough*/
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-21 6:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-21 6:48 [PATCH v11] staging: rtl8723bs: remove extra blank line in rtw_mlme.c Ashwin Gundarapu
2026-05-21 6:54 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox