All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] staging: rtl8723bs: fix line length warnings in os_intfs.c
@ 2026-07-29  8:54 Bramwel Barack
  2026-07-29  9:13 ` Greg KH
  2026-07-29  9:31 ` Dan Carpenter
  0 siblings, 2 replies; 3+ messages in thread
From: Bramwel Barack @ 2026-07-29  8:54 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging

Hi Greg,

This is a v2 patch addressing your feedback on comment block placement
and providing the missing commit description text.

Thanks,
Bramwel

---

From 8fb05fdee4c523bcafc5b425851b95e69e22182a Mon Sep 17 00:00:00 2001
From: Bramwel Barack <bramwelbarack89@gmail.com>
Date: Wed, 29 Jul 2026 09:33:57 +0300
Subject: [PATCH v2] staging: rtl8723bs: fix line length warnings in os_intfs.c

Fix coding style warnings where comment lines exceeded the 100-character limit. Move the split multi-line comment block above the target variable declaration to comply with standard kernel comment formatting.

Signed-off-by: Bramwel Barack <bramwelbarack89@gmail.com>
---
 drivers/staging/rtl8723bs/os_dep/os_intfs.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/os_dep/os_intfs.c b/drivers/staging/rtl8723bs/os_dep/os_intfs.c
index f31196f54b3e..796e7340d66c 100644
--- a/drivers/staging/rtl8723bs/os_dep/os_intfs.c
+++ b/drivers/staging/rtl8723bs/os_dep/os_intfs.c
@@ -71,7 +71,12 @@ int rtw_ht_enable = 1;
  * 0x01 means enable 2.4G 40MHz
  */
 static int rtw_bw_mode = 0x01;
-static int rtw_ampdu_enable = 1;/* for enable tx_ampdu ,0: disable, 0x1:enable (but wifi_spec should be 0), 0x2: force enable (don't care wifi_spec) */
+/* for enable tx_ampdu:
+ * 0: disable
+ * 0x1:enable (but wifi_spec should be 0)
+ * 0x2: force enable (don't care wifi_spec) 
+ */
+static int rtw_ampdu_enable = 1;
 static int rtw_rx_stbc = 1;/*  0: disable, 1:enable 2.4g */
 static int rtw_ampdu_amsdu;/*  0: disabled, 1:enabled, 2:auto . There is an IOT issu with DLINK DIR-629 when the flag turn on */
 /*  Short GI support Bit Map */
-- 
2.55.0


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

end of thread, other threads:[~2026-07-29  9:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29  8:54 [PATCH v2] staging: rtl8723bs: fix line length warnings in os_intfs.c Bramwel Barack
2026-07-29  9:13 ` Greg KH
2026-07-29  9:31 ` Dan Carpenter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.