[PATCH 3/3] staging: rtl8723bs: fix long lines in rtw_io.c

Sarah Gershuni posted 3 patches 1 month, 2 weeks ago
[PATCH 3/3] staging: rtl8723bs: fix long lines in rtw_io.c
Posted by Sarah Gershuni 1 month, 2 weeks ago
Split long lines reported by checkpatch.pl to comply with
the 100-column limit.

Signed-off-by: Sarah Gershuni <sarah556726@gmail.com>
---
 drivers/staging/rtl8723bs/core/rtw_io.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_io.c b/drivers/staging/rtl8723bs/core/rtw_io.c
index cc00ea80daae..a50939541cf7 100644
--- a/drivers/staging/rtl8723bs/core/rtw_io.c
+++ b/drivers/staging/rtl8723bs/core/rtw_io.c
@@ -116,7 +116,9 @@ u32 rtw_write_port(struct adapter *adapter, u32 addr, u32 cnt, u8 *pmem)
 	return _write_port(pintfhdl, addr, cnt, pmem);
 }
 
-int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struct _io_ops *pops))
+int rtw_init_io_priv(struct adapter *padapter,
+		     void (*set_intf_ops)(struct adapter *padapter,
+					  struct _io_ops *pops))
 {
 	struct io_priv *piopriv = &padapter->iopriv;
 	struct intf_hdl *pintf = &piopriv->intf;
@@ -134,7 +136,8 @@ int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapt
 }
 
 /*
- * 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.43.0
Re: [PATCH 3/3] staging: rtl8723bs: fix long lines in rtw_io.c
Posted by Ethan Tidmore 1 month, 2 weeks ago
On Thu Feb 12, 2026 at 2:23 AM CST, Sarah Gershuni wrote:
> Split long lines reported by checkpatch.pl to comply with
> the 100-column limit.
>
> Signed-off-by: Sarah Gershuni <sarah556726@gmail.com>
> ---

LGTM.

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

Thanks,

ET