staging: rtl8723bs: move block comment terminator to new line

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>
This commit is contained in:
Jennifer Guo 2026-05-08 21:23:10 -07:00 committed by Greg Kroah-Hartman
parent acfb6a467f
commit 87480e2a97
2 changed files with 4 additions and 2 deletions

View 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,

View 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 */