* [PATCH] staging: rtl8723bs: remove unnecessary blank lines in rtw_io.c [not found] <20260206001833.16857-1-kaizhetan.ref@yahoo.com> @ 2026-02-06 0:18 ` Tan Kai Zhe 2026-02-06 18:45 ` Ethan Tidmore 0 siblings, 1 reply; 2+ messages in thread From: Tan Kai Zhe @ 2026-02-06 0:18 UTC (permalink / raw) To: gregkh; +Cc: linux-staging, linux-kernel 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 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: rtl8723bs: remove unnecessary blank lines in rtw_io.c 2026-02-06 0:18 ` [PATCH] staging: rtl8723bs: remove unnecessary blank lines in rtw_io.c Tan Kai Zhe @ 2026-02-06 18:45 ` Ethan Tidmore 0 siblings, 0 replies; 2+ messages in thread From: Ethan Tidmore @ 2026-02-06 18:45 UTC (permalink / raw) To: Tan Kai Zhe, gregkh; +Cc: linux-staging, linux-kernel 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 ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-06 18:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260206001833.16857-1-kaizhetan.ref@yahoo.com>
2026-02-06 0:18 ` [PATCH] staging: rtl8723bs: remove unnecessary blank lines in rtw_io.c Tan Kai Zhe
2026-02-06 18:45 ` Ethan Tidmore
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox