]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: rtl8723bs: wrap long comments to 100 columns
authorSiwanan Bungtong <horstaufmental@gmail.com>
Mon, 9 Feb 2026 03:22:30 +0000 (10:22 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Feb 2026 15:05:45 +0000 (16:05 +0100)
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>
drivers/staging/rtl8723bs/core/rtw_io.c

index 0affb14e5842b4738ef9b56302d973eddb7a13e8..d2fece08074b73135fdf5024e771686e7a11b5a4 100644 (file)
@@ -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:
  */