Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: line exceeds 100 columns
@ 2026-07-10 14:30 Joachim Bose
  0 siblings, 0 replies; only message in thread
From: Joachim Bose @ 2026-07-10 14:30 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging

Adhere to Linux kernel coding style.

Reported by checkpatch:

rtw_cmd.c:762: CHECK: line length of 122 exceeds 100 columns

Signed-off-by: Joachim Bose <joachimbose48@gmail.com>
---
 drivers/staging/rtl8723bs/core/rtw_cmd.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_cmd.c b/drivers/staging/rtl8723bs/core/rtw_cmd.c
index b932670f5d63..08a88f4608b8 100644
--- a/drivers/staging/rtl8723bs/core/rtw_cmd.c
+++ b/drivers/staging/rtl8723bs/core/rtw_cmd.c
@@ -759,7 +759,9 @@ u8 rtw_joinbss_cmd(struct adapter  *padapter, struct wlan_network *pnetwork)
 	}
 
 	phtpriv->ht_option = false;
-	ptmp = rtw_get_ie(&pnetwork->network.ies[12], WLAN_EID_HT_CAPABILITY, &tmp_len, pnetwork->network.ie_length - 12);
+	ptmp = rtw_get_ie(&pnetwork->network.ies[12], WLAN_EID_HT_CAPABILITY, &tmp_len,
+			pnetwork->network.ie_length - 12);
+
 	if (pregistrypriv->ht_enable && ptmp && tmp_len > 0) {
 		/* Added by Albert 2010/06/23 */
 		/* For the WEP mode, we will use the bg mode to do the connection to avoid some IOT issue. */
-- 
2.53.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-10 14:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10 14:30 [PATCH] staging: rtl8723bs: line exceeds 100 columns Joachim Bose

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