[PATCH] staging: rtl8723bs: add missing blank line after function definition in rtw_io.c

Juan Angel Hernandez posted 1 patch 1 day, 14 hours ago
drivers/staging/rtl8723bs/core/rtw_io.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] staging: rtl8723bs: add missing blank line after function definition in rtw_io.c
Posted by Juan Angel Hernandez 1 day, 14 hours ago
Add a missing blank line after a function definition in rtw_io.c
to comply with the kernel coding style.

Signed-off-by: Juan Angel Hernandez <hernandez0101@gmail.com>
---
 drivers/staging/rtl8723bs/core/rtw_io.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/rtl8723bs/core/rtw_io.c b/drivers/staging/rtl8723bs/core/rtw_io.c
index 965c3cfea103..f7a735be7597 100644
--- a/drivers/staging/rtl8723bs/core/rtw_io.c
+++ b/drivers/staging/rtl8723bs/core/rtw_io.c
@@ -75,6 +75,7 @@ int rtw_write8(struct adapter *adapter, u32 addr, u8 val)
 
 	return RTW_STATUS_CODE(ret);
 }
+
 int rtw_write16(struct adapter *adapter, u32 addr, u16 val)
 {
 	/* struct	io_queue	*pio_queue = (struct io_queue *)adapter->pio_queue; */
-- 
2.43.0
Re: [PATCH] staging: rtl8723bs: add missing blank line after function definition in rtw_io.c
Posted by Ethan Tidmore 1 day, 13 hours ago
On Mon Mar 30, 2026 at 12:50 PM CDT, Juan Angel Hernandez wrote:
> Add a missing blank line after a function definition in rtw_io.c
> to comply with the kernel coding style.
>
> Signed-off-by: Juan Angel Hernandez <hernandez0101@gmail.com>
> ---

This has already been resolved in staging-next. Use that tree when
submitting changes to staging next time.

Thanks,

ET