Re: [PATCH net-next v2] ptp: ptp_idt82p33: Convert comma to semicolon

From: Richard Cochran
Date: Tue Sep 03 2024 - 23:59:25 EST


On Wed, Sep 04, 2024 at 09:50:03AM +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>

Acked-by: Richard Cochran <richardcochran@xxxxxxxxx>