[PATCH v2 2/2] staging: rtl8723bs: fix Rate comment banner in rtl8723b_xmit.h
From: Tomasz Unger
Date: Sat Sep 05 2026 - 13:19:52 EST
Fix a stray space before a tab in the "Rate" section-header comment,
and remove two duplicate blank comment lines above/below the title
so the banner matches the style used by the other two banners in
this file (single blank comment line above and below).
Signed-off-by: Tomasz Unger <tomasz.unger@xxxxxxxx>
---
Changes in v2 (per Dan Carpenter's review):
- Dan questioned whether these banner comments after #ifdef add any
value. Rather than removing the banner outright (it is used
consistently elsewhere in this file), remove the two redundant
duplicate blank comment lines that made this occurrence
inconsistent with the other two banners, while fixing the
space-before-tab issue in the same comment.
- Add an Assisted-by: trailer disclosing AI assistance, per
Documentation/process/coding-assistants.rst (the original v1 had no
such disclosure).
Verified with checkpatch.pl - no new warnings introduced by this change
(and removes a pre-existing "space before tabs" warning on the modified line).
Assisted-by: Claude:claude-sonnet-5
---
drivers/staging/rtl8723bs/include/rtl8723b_xmit.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8723bs/include/rtl8723b_xmit.h b/drivers/staging/rtl8723bs/include/rtl8723b_xmit.h
index ddf868c7899b..83f1f0bb9954 100644
--- a/drivers/staging/rtl8723bs/include/rtl8723b_xmit.h
+++ b/drivers/staging/rtl8723bs/include/rtl8723b_xmit.h
@@ -365,9 +365,7 @@ struct txdesc_8723b {
#endif
/* */
-/* */
-/* Rate */
-/* */
+/* Rate */
/* */
/* CCK Rates, TxHT = 0 */
#define DESC8723B_RATE1M 0x00
--
2.55.0