Re: [PATCH v7 3/3] staging: rtl8723bs: fix lines ending in parentheses in hal/sdio_halinit.c
From: Dan Carpenter
Date: Sun May 24 2026 - 05:02:20 EST
On Fri, May 22, 2026 at 04:27:00PM +0200, artur.ugnivenko@xxxxxx wrote:
> From: Artur Ugnivenko <artur.ugnivenko@xxxxxx>
>
> Fix checkpatch warnings on lines that end in patentheses in
> hal/sdio_halinit.c.
>
> In _InitNormalChipRegPriority specifically pack all of the
> queues into a struct, to pass that as one argument instead of
> six individual values, so that those lines can be shortened and
> not end in parentheses.
>
> Signed-off-by: Artur Ugnivenko <artur.ugnivenko@xxxxxx>
> ---
This is a grab bag of changes.
The new code is CamelCase.
I'm not sure it's really nicer than the old code.
regards,
dan carpenter