Re: [PATCH] ALSA: usb-audio: Convert comma to semicolon

From: Takashi Iwai
Date: Thu Jun 12 2025 - 02:52:54 EST


On Thu, 12 Jun 2025 08:02:28 +0200,
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>

Thanks, applied now.

At the next time, though, it'd be appreciated if you can put the
proper Fixes tag.


Takashi