[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250912162613.776769-1-weibu@redadmin.org>
Date: Sat, 13 Sep 2025 01:26:13 +0900
From: Akiyoshi Kurita <weibu@...admin.org>
To: gregkh@...uxfoundation.org
Cc: linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Akiyoshi Kurita <weibu@...admin.org>
Subject: [PATCH v2] 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@...admin.org>
---
v2:
- Keep return type and function name on the same line (per review).
- Drop stray blank line before the opening brace.
---
drivers/staging/rtl8723bs/hal/hal_com_phycfg.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c b/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c
index d5649e7d8f99..cd76e26e868f 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;
--
2.47.3
Powered by blists - more mailing lists