public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: add missing blank line after function definition in rtw_io.c
@ 2026-03-30 17:50 Juan Angel Hernandez
  2026-03-30 18:46 ` Ethan Tidmore
  0 siblings, 1 reply; 2+ messages in thread
From: Juan Angel Hernandez @ 2026-03-30 17:50 UTC (permalink / raw)
  To: gregkh
  Cc: linux-staging, linux-kernel, kaizhetan, arthur.stupa,
	Juan Angel Hernandez

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: rtl8723bs: add missing blank line after function definition in rtw_io.c
  2026-03-30 17:50 [PATCH] staging: rtl8723bs: add missing blank line after function definition in rtw_io.c Juan Angel Hernandez
@ 2026-03-30 18:46 ` Ethan Tidmore
  0 siblings, 0 replies; 2+ messages in thread
From: Ethan Tidmore @ 2026-03-30 18:46 UTC (permalink / raw)
  To: Juan Angel Hernandez, gregkh
  Cc: linux-staging, linux-kernel, kaizhetan, arthur.stupa

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-30 18:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-30 17:50 [PATCH] staging: rtl8723bs: add missing blank line after function definition in rtw_io.c Juan Angel Hernandez
2026-03-30 18:46 ` Ethan Tidmore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox