]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
staging: rtl8723bs: hal: put return type and function name on one line
authorAkiyoshi Kurita <weibu@redadmin.org>
Fri, 12 Sep 2025 16:26:13 +0000 (01:26 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Sep 2025 15:08:38 +0000 (17:08 +0200)
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>
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c

index d5649e7d8f99859b839dd8ce3cec584944e06367..cd76e26e868fadbae3af13efe154c410c685a35d 100644 (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;