]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: rtl8723bs: move block comment terminator to new line
authorJennifer Guo <guojy.bj@gmail.com>
Sat, 9 May 2026 04:23:10 +0000 (21:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 May 2026 08:04:45 +0000 (10:04 +0200)
Move block comment terminator '*/' to separate line in order to
adhere to the kernel coding style.

This fixes the following checkpatch.pl warning:
  WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: Jennifer Guo <guojy.bj@gmail.com>
Link: https://patch.msgid.link/20260509042310.4745-3-guojy.bj@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c
drivers/staging/rtl8723bs/hal/rtl8723b_rf6052.c

index 6ab65e9e8beeaf84b7c71d81dc98d5dc76f66d16..005b0b724bdde58f1e37259c5daef60eccef261c 100644 (file)
@@ -148,7 +148,8 @@ static void setCCKFilterCoefficient(struct dm_odm_t *pDM_Odm, u8 CCKSwingIndex)
  *When         Who     Remark
  *04/23/2012   MHC     Create Version 0.
  *
- *---------------------------------------------------------------------------*/
+ *---------------------------------------------------------------------------
+ */
 void ODM_TxPwrTrackSetPwr_8723B(
        struct dm_odm_t *pDM_Odm,
        enum pwrtrack_method Method,
index e56536dbbd96411f5a271cf9a2c0031c5de94049..ad0b2d36312e674d7506c8a1e8187192b888037e 100644 (file)
@@ -53,7 +53,8 @@
  * Return:      NONE
  *
  * Note:               For RF type 0222D
- *---------------------------------------------------------------------------*/
+ *---------------------------------------------------------------------------
+ */
 void PHY_RF6052SetBandwidth8723B(
        struct adapter *Adapter, enum channel_width Bandwidth
 ) /* 20M or 40M */