public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
From: Juan Angel Hernandez <hernandez0101@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
	kaizhetan@yahoo.com, arthur.stupa@gmail.com,
	Juan Angel Hernandez <hernandez0101@gmail.com>
Subject: [PATCH] staging: rtl8723bs: add missing blank line after function definition in rtw_io.c
Date: Mon, 30 Mar 2026 11:50:38 -0600	[thread overview]
Message-ID: <20260330175038.14675-1-hernandez0101@gmail.com> (raw)

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


             reply	other threads:[~2026-03-30 17:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-30 17:50 Juan Angel Hernandez [this message]
2026-03-30 18:46 ` [PATCH] staging: rtl8723bs: add missing blank line after function definition in rtw_io.c Ethan Tidmore

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260330175038.14675-1-hernandez0101@gmail.com \
    --to=hernandez0101@gmail.com \
    --cc=arthur.stupa@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kaizhetan@yahoo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox