Re: [PATCH] i2c: isch: Convert comma to semicolon

From: Andi Shyti
Date: Thu Dec 26 2024 - 19:24:06 EST


Hi Chen,

On Tue, Nov 26, 2024 at 10:38:39AM +0800, Chen Ni 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>

merged to i2c/i2c-host.

Thanks,
Andi