Commit 357704a3 authored by Akiyoshi Kurita's avatar Akiyoshi Kurita Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723bs: hal: put return type and function name on one line



Make the function definition of phy_StoreTxPowerByRateBase() follow the
kernel coding style by placing the return type and function name on a
single line.

No functional change.

Signed-off-by: default avatarAkiyoshi Kurita <weibu@redadmin.org>
Link: https://lore.kernel.org/r/20250912162613.776769-1-weibu@redadmin.org


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0daed4c3
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -59,10 +59,7 @@ phy_SetTxPowerByRateBase(struct adapter *Adapter, u8 RfPath,
	}
}

static void
phy_StoreTxPowerByRateBase(
struct adapter *padapter
	)
static void phy_StoreTxPowerByRateBase(struct adapter *padapter)
{
	u8 path, base;