* [PATCH] staging: rtl8723bs: fix blank line style in rtw_io.c
@ 2026-03-12 17:38 Lukas Kraft
2026-03-12 18:23 ` Bera Yüzlü
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Kraft @ 2026-03-12 17:38 UTC (permalink / raw)
To: gregkh; +Cc: Lukas Kraft, linux-staging, linux-kernel
Fix checkpatch style check for blank line placement after functions
in rtw_io.c.
Signed-off-by: Lukas Kraft <rebootrequired42@gmail.com>
---
drivers/staging/rtl8723bs/core/rtw_io.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/staging/rtl8723bs/core/rtw_io.c b/drivers/staging/rtl8723bs/core/rtw_io.c
index 965c3cfea103..cc00ea80daae 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; */
@@ -88,6 +89,7 @@ int rtw_write16(struct adapter *adapter, u32 addr, u16 val)
ret = _write16(pintfhdl, addr, val);
return RTW_STATUS_CODE(ret);
}
+
int rtw_write32(struct adapter *adapter, u32 addr, u32 val)
{
/* struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; */
--
2.51.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: rtl8723bs: fix blank line style in rtw_io.c
2026-03-12 17:38 [PATCH] staging: rtl8723bs: fix blank line style in rtw_io.c Lukas Kraft
@ 2026-03-12 18:23 ` Bera Yüzlü
0 siblings, 0 replies; 2+ messages in thread
From: Bera Yüzlü @ 2026-03-12 18:23 UTC (permalink / raw)
To: rebootrequired42
Cc: gregkh, linux-kernel, linux-staging, Bera Yüzlü
On Thu, Mar 12, 2026 at 18:38:59 +0100, Lukas Kraft wrote:
> Fix checkpatch style check for blank line placement after functions
> in rtw_io.c.
>
> Signed-off-by: Lukas Kraft <rebootrequired42@gmail.com>
> ---
LGTM.
Reviewed-by: Bera Yüzlü <b9788213@gmail.com>
Thanks,
Bera
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-12 18:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-12 17:38 [PATCH] staging: rtl8723bs: fix blank line style in rtw_io.c Lukas Kraft
2026-03-12 18:23 ` Bera Yüzlü
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox