[PATCH] staging: rtl8723bs: remove unnecessary blank lines in rtw_io.c

Tan Kai Zhe posted 1 patch 1 day, 15 hours ago
drivers/staging/rtl8723bs/core/rtw_io.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] staging: rtl8723bs: remove unnecessary blank lines in rtw_io.c
Posted by Tan Kai Zhe 1 day, 15 hours ago
Adhere to Linux kernel coding style.

Reported by checkpatch:

CHECK: Blank lines aren't necessary before a close brace '}'

Signed-off-by: Tan Kai Zhe <kaizhetan@yahoo.com>
---
 drivers/staging/rtl8723bs/core/rtw_io.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_io.c b/drivers/staging/rtl8723bs/core/rtw_io.c
index fe9f94001eed..a0eb7ce19334 100644
--- a/drivers/staging/rtl8723bs/core/rtw_io.c
+++ b/drivers/staging/rtl8723bs/core/rtw_io.c
@@ -59,7 +59,6 @@ u32 rtw_read32(struct adapter *adapter, u32 addr)
 	_read32 = pintfhdl->io_ops._read32;
 
 	return _read32(pintfhdl, addr);
-
 }
 
 int rtw_write8(struct adapter *adapter, u32 addr, u8 val)
-- 
2.53.0
Re: [PATCH] staging: rtl8723bs: remove unnecessary blank lines in rtw_io.c
Posted by Ethan Tidmore 21 hours ago
On Thu Feb 5, 2026 at 6:18 PM CST, Tan Kai Zhe wrote:
> Adhere to Linux kernel coding style.
>
> Reported by checkpatch:
>
> CHECK: Blank lines aren't necessary before a close brace '}'
>
> Signed-off-by: Tan Kai Zhe <kaizhetan@yahoo.com>

Looks good to me.

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

ET