mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
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:
parent
acfb6a467f
commit
87480e2a97
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -53,7 +53,8 @@
|
|||
* Return: NONE
|
||||
*
|
||||
* Note: For RF type 0222D
|
||||
*---------------------------------------------------------------------------*/
|
||||
*---------------------------------------------------------------------------
|
||||
*/
|
||||
void PHY_RF6052SetBandwidth8723B(
|
||||
struct adapter *Adapter, enum channel_width Bandwidth
|
||||
) /* 20M or 40M */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user