[PATCH 3/5] staging: rtl8723bs: Fix block comment style in rtw_mlme.h

From: Subhrojyoti Bala

Date: Tue Jun 16 2026 - 07:02:16 EST


Block comment was not using a trailing */ on a separate line.
Fix it to comply with kernel coding style.

No functional change.

Signed-off-by: Subhrojyoti Bala <subhrojyoti0609@xxxxxxxxx>
---
drivers/staging/rtl8723bs/include/rtw_mlme.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/include/rtw_mlme.h b/drivers/staging/rtl8723bs/include/rtw_mlme.h
index 403c097b46ef..dbb523c8a58b 100644
--- a/drivers/staging/rtl8723bs/include/rtw_mlme.h
+++ b/drivers/staging/rtl8723bs/include/rtw_mlme.h
@@ -183,8 +183,10 @@ struct mlme_priv {
u8 *wps_probe_req_ie;
u32 wps_probe_req_ie_len;

- /* Number of associated Non-ERP stations (i.e., stations using 802.11b
- * in 802.11g BSS) */
+ /*
+ * Number of associated Non-ERP stations (i.e., stations using 802.11b
+ * in 802.11g BSS)
+ */
int num_sta_non_erp;

/* Number of associated stations that do not support Short Slot Time */
--
2.54.0