Re: [PATCH] ksmbd: convert comma to semicolon

From: Namjae Jeon

Date: Thu Dec 04 2025 - 19:00:01 EST


On Tue, Nov 18, 2025 at 10:33 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>
Applied it to #ksmbd-for-next-next.
Thanks!