Skip to content

Commit 357704a

Browse files
redadmin-orggregkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0daed4c commit 357704a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

drivers/staging/rtl8723bs/hal/hal_com_phycfg.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ phy_SetTxPowerByRateBase(struct adapter *Adapter, u8 RfPath,
5959
}
6060
}
6161

62-
static void
63-
phy_StoreTxPowerByRateBase(
64-
struct adapter *padapter
65-
)
62+
static void phy_StoreTxPowerByRateBase(struct adapter *padapter)
6663
{
6764
u8 path, base;
6865

0 commit comments

Comments
 (0)