[PATCH 3/3] staging: rtl8723bs: wrap long prototype of rtw_os_xmit_resource_free()

From: Godana Emiru

Date: Thu Aug 27 2026 - 02:28:49 EST


The function prototype exceeds the column limit. Wrap it onto two
lines, aligned to the open parenthesis.

No functional change.

Signed-off-by: Godana Emiru <godanaemiru@xxxxxxxxx>
---
drivers/staging/rtl8723bs/os_dep/xmit_linux.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/os_dep/xmit_linux.c b/drivers/staging/rtl8723bs/os_dep/xmit_linux.c
index c5f90a906..4a3c3df5a 100644
--- a/drivers/staging/rtl8723bs/os_dep/xmit_linux.c
+++ b/drivers/staging/rtl8723bs/os_dep/xmit_linux.c
@@ -49,7 +49,8 @@ signed int rtw_endofpktfile(struct pkt_file *pfile)
return false;
}

-void rtw_os_xmit_resource_free(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 free_sz, u8 flag)
+void rtw_os_xmit_resource_free(struct adapter *padapter, struct xmit_buf *pxmitbuf,
+ u32 free_sz, u8 flag)
{
if (free_sz > 0)
kfree(pxmitbuf->pallocated_buf);
--
2.53.0