From: Akiyoshi Kurita Date: Fri, 12 Sep 2025 16:26:13 +0000 (+0900) Subject: staging: rtl8723bs: hal: put return type and function name on one line X-Git-Tag: v6.18-rc1~75^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=357704a3cf366146f1f829062970bc52162f0c76;p=thirdparty%2Fkernel%2Fstable.git 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 Link: https://lore.kernel.org/r/20250912162613.776769-1-weibu@redadmin.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c b/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c index d5649e7d8f998..cd76e26e868fa 100644 --- a/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c +++ b/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c @@ -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;