From: Akiyoshi Kurita <weibu@redadmin.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Philipp Hortmann <philipp.g.hortmann@gmail.com>,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Cc: Akiyoshi Kurita <weibu@redadmin.org>
Subject: [PATCH] staging: rtl8723bs: fix coding style in hal_com_phycfg.c
Date: Mon, 8 Sep 2025 23:46:41 +0900 [thread overview]
Message-ID: <20250908144641.39518-1-weibu@redadmin.org> (raw)
The function definition for phy_StoreTxPowerByRateBase() did not
follow the kernel coding style.
Move the closing parenthesis to the same line as the argument to fix
the style issue reported by checkpatch.pl.
Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
---
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c b/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
index d5649e7d8f99..f137ec747ab3 100644
--- a/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
+++ b/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
@@ -60,9 +60,7 @@ phy_SetTxPowerByRateBase(struct adapter *Adapter, u8 RfPath,
}
static void
-phy_StoreTxPowerByRateBase(
-struct adapter *padapter
- )
+phy_StoreTxPowerByRateBase(struct adapter *padapter)
{
u8 path, base;
--
2.47.3
next reply other threads:[~2025-09-08 14:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-08 14:46 Akiyoshi Kurita [this message]
2025-09-08 15:24 ` [PATCH] staging: rtl8723bs: fix coding style in hal_com_phycfg.c Dan Carpenter
2025-09-12 13:45 ` Greg Kroah-Hartman
2025-09-12 16:26 ` [PATCH v2] staging: rtl8723bs: hal: put return type and function name on one line Akiyoshi Kurita
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=20250908144641.39518-1-weibu@redadmin.org \
--to=weibu@redadmin.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=philipp.g.hortmann@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.