[PATCH] staging: rtl8723bs: wrap long comments to 100 columns

Siwanan Bungtong posted 1 patch 1 day, 17 hours ago
drivers/staging/rtl8723bs/core/rtw_io.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] staging: rtl8723bs: wrap long comments to 100 columns
Posted by Siwanan Bungtong 1 day, 17 hours ago
Wrap long comments to comply with kernel coding
style and avoid checkpatch warnings.

Signed-off-by: Siwanan Bungtong <horstaufmental@gmail.com>
---
 drivers/staging/rtl8723bs/core/rtw_io.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_io.c b/drivers/staging/rtl8723bs/core/rtw_io.c
index 27e1a5565227..5dc0a63799f3 100644
--- a/drivers/staging/rtl8723bs/core/rtw_io.c
+++ b/drivers/staging/rtl8723bs/core/rtw_io.c
@@ -135,7 +135,8 @@ int rtw_init_io_priv(struct adapter *padapter,
 }
 
 /*
- * Increase and check if the continual_io_error of this @param dvobjprive is larger than MAX_CONTINUAL_IO_ERR
+ * Increase and check if the continual_io_error of this @param dvobjprive
+ * is larger than MAX_CONTINUAL_IO_ERR
  * @return true:
  * @return false:
  */
-- 
2.52.0
Re: [PATCH] staging: rtl8723bs: wrap long comments to 100 columns
Posted by Ethan Tidmore 22 hours ago
On Sun Feb 8, 2026 at 9:22 PM CST, Siwanan Bungtong wrote:
> Wrap long comments to comply with kernel coding
> style and avoid checkpatch warnings.
>
> Signed-off-by: Siwanan Bungtong <horstaufmental@gmail.com>

LGTM.

Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com>

Thanks,

ET