Re: [PATCH] staging: rtl8723bs: fix coding style in hal_com_phycfg.c

From: Dan Carpenter

Date: Mon Sep 08 2025 - 11:24:23 EST


On Mon, Sep 08, 2025 at 11:46:41PM +0900, Akiyoshi Kurita wrote:
> The function definition for phy_StoreTxPowerByRateBase() did not
> follow the kernel coding style.
>
> Move the closing parenthesis to the same line as the argument to fix
> the style issue reported by checkpatch.pl.
>
> Signed-off-by: Akiyoshi Kurita <weibu@xxxxxxxxxxxx>
> ---

There are so many other functions which are declared in exactly this
same format. Fix the others like this in the file as well in one patch.

regards,
dan carpenter