From: Siwanan Bungtong Date: Mon, 9 Feb 2026 03:22:30 +0000 (+0700) Subject: staging: rtl8723bs: wrap long comments to 100 columns X-Git-Tag: v7.1-rc1~81^2~121 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e0a17573dc57aa617751cf160ea0ef7f2ad6521f;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Ethan Tidmore Link: https://patch.msgid.link/20260209032230.190259-1-horstaufmental@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/core/rtw_io.c b/drivers/staging/rtl8723bs/core/rtw_io.c index 0affb14e5842b..d2fece08074b7 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: */