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: Akiyoshi Kurita <weibu@redadmin.org>
Link: https://lore.kernel.org/r/20250912162613.776769-1-weibu@redadmin.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Akiyoshi Kurita 2025-09-13 01:26:13 +09:00 committed by Greg Kroah-Hartman
parent 0daed4c3b6
commit 357704a3cf

View File

@ -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;