summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiwanan Bungtong <horstaufmental@gmail.com>2026-02-09 06:22:30 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-02-23 18:05:45 +0300
commite0a17573dc57aa617751cf160ea0ef7f2ad6521f (patch)
treec159b7cceed71c78dab4745c21076bb572cc8f35
parenta8422facc2c8167d7bd72da99c8dc1ee3bfc181f (diff)
downloadlinux-e0a17573dc57aa617751cf160ea0ef7f2ad6521f.tar.xz
staging: rtl8723bs: wrap long comments to 100 columns
Wrap long comments to comply with kernel coding style and avoid checkpatch warnings. Signed-off-by: Siwanan Bungtong <horstaufmental@gmail.com> Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com> Link: https://patch.msgid.link/20260209032230.190259-1-horstaufmental@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8723bs/core/rtw_io.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/core/rtw_io.c b/drivers/staging/rtl8723bs/core/rtw_io.c
index 0affb14e5842..d2fece08074b 100644
--- a/drivers/staging/rtl8723bs/core/rtw_io.c
+++ b/drivers/staging/rtl8723bs/core/rtw_io.c
@@ -134,7 +134,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:
*/