Re: [PATCH] pinctrl: airoha: convert comma to semicolon

From: Linus Walleij

Date: Wed Nov 12 2025 - 07:45:01 EST


On Tue, Nov 11, 2025 at 7:40 AM Chen Ni <nichen@xxxxxxxxxxx> wrote:

> Replace comma between expressions with semicolons.
>
> Using a ',' in place of a ';' can have unintended side effects.
> Although that is not the case here, it is seems best to use ';'
> unless ',' is intended.
>
> Found by inspection.
> No functional change intended.
> Compile tested only.
>
> Signed-off-by: Chen Ni <nichen@xxxxxxxxxxx>

Patch applied.

Yours,
Linus Walleij