Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v3 1/2] staging: rtl8723bs: fix block comment formatting
@ 2026-05-12 15:57 Noah Techoueyres
  2026-05-12 15:57 ` [PATCH v3 2/2] staging: rtl8723bs: resolve 100-column limit with intermediate pointer Noah Techoueyres
  0 siblings, 1 reply; 2+ messages in thread
From: Noah Techoueyres @ 2026-05-12 15:57 UTC (permalink / raw)
  To: gregkh, linux-staging
  Cc: dan.carpenter, nikolayof23, linux-kernel, Noah Techoueyres

---
 drivers/staging/rtl8723bs/core/rtw_cmd.c | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_cmd.c b/drivers/staging/rtl8723bs/core/rtw_cmd.c
index c1185c25ed36..067b54c6111e 100644
--- a/drivers/staging/rtl8723bs/core/rtw_cmd.c
+++ b/drivers/staging/rtl8723bs/core/rtw_cmd.c
@@ -1743,7 +1743,11 @@ u8 rtw_drvextra_cmd_hdl(struct adapter *padapter, unsigned char *pbuf)
 	pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf;
 
 	switch (pdrvextra_cmd->ec_id) {
-	case DYNAMIC_CHK_WK_CID:/* only  primary padapter go to this cmd, but execute dynamic_chk_wk_hdl() for two interfaces */
+	case DYNAMIC_CHK_WK_CID:
+		/*
+		 * only primary padapter go to this cmd, but execute
+		 * dynamic_chk_wk_hdl() for two interfaces
+		 */
 		dynamic_chk_wk_hdl(padapter);
 		break;
 	case POWER_SAVING_CTRL_WK_CID:
@@ -1881,7 +1885,10 @@ void rtw_createbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd)
 		_clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING);
 
 		spin_unlock_bh(&pmlmepriv->scanned_queue.lock);
-		/*  we will set _FW_LINKED when there is one more sat to join us (rtw_stassoc_event_callback) */
+		/*
+		 * we will set _FW_LINKED when there is one more sta
+		 * to join us (rtw_stassoc_event_callback)
+		 */
 	}
 
 createbss_cmd_fail:
-- 
2.53.0


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

end of thread, other threads:[~2026-05-12 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-12 15:57 [PATCH v3 1/2] staging: rtl8723bs: fix block comment formatting Noah Techoueyres
2026-05-12 15:57 ` [PATCH v3 2/2] staging: rtl8723bs: resolve 100-column limit with intermediate pointer Noah Techoueyres

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