mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
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:
parent
0daed4c3b6
commit
357704a3cf
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user