From: Ofir Mirovsky <ofirmirovsky@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
Ofir Mirovsky <ofirmirovsky@gmail.com>
Subject: [PATCH] staging: rtl8723bs: fix block comment coding style
Date: Sun, 28 Dec 2025 21:44:59 +0200 [thread overview]
Message-ID: <20251228194500.971-1-ofirmirovsky@gmail.com> (raw)
Fix block comment coding style issues in rtl8723b_rf6052.c reported by checkpatch.pl:
- "Block comments should align the * on each line"
- "Block comments use a trailing */ on a separate line"
Reformat the comment block to adhere to standard kernel coding style.
Signed-off-by: Ofir Mirovsky <ofirmirovsky@gmail.com>
---
drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c b/drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c
index ffb35e1ac..f10120d34 100644
--- a/drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c
+++ b/drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c
@@ -24,7 +24,7 @@
* 11/05/2008 MHC Add API for tw power setting.
*
*
-******************************************************************************/
+ ******************************************************************************/
#include <rtl8723b_hal.h>
@@ -40,7 +40,7 @@
/* 2008/11/20 MH For Debug only, RF */
/*------------------------Define local variable------------------------------*/
-/*-----------------------------------------------------------------------------
+/*
* Function: PHY_RF6052SetBandwidth()
*
* Overview: This function is called by SetBWModeCallback8190Pci() only
@@ -53,7 +53,7 @@
* Return: NONE
*
* Note: For RF type 0222D
- *---------------------------------------------------------------------------*/
+ */
void PHY_RF6052SetBandwidth8723B(
struct adapter *Adapter, enum channel_width Bandwidth
) /* 20M or 40M */
--
2.43.0
next reply other threads:[~2025-12-28 19:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-28 19:44 Ofir Mirovsky [this message]
2025-12-28 19:45 ` [PATCH] staging: rtl8723bs: remove unnecessary blank lines Ofir Mirovsky
-- strict thread matches above, loose matches on Subject: below --
2025-12-15 4:01 [PATCH] staging: rtl8723bs: Fix block comment coding style Zixuan Dong
2025-12-15 6:04 ` Dan Carpenter
2025-12-14 14:26 [PATCH] staging: rtl8723bs: fix " Adrish Bora
2025-12-17 13:06 ` Greg KH
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=20251228194500.971-1-ofirmirovsky@gmail.com \
--to=ofirmirovsky@gmail.com \
--cc=gregkh@linuxfoundation.org \
--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