Re: [PATCH net-next v2] ptp: ptp_idt82p33: Convert comma to semicolon
From: Simon Horman
Date: Wed Sep 04 2024 - 12:51:38 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>
> ---
> Changelog:
>
> v1 -> v2:
>
> 1. Update commit message.
Thanks for the update.
I checked and I was not able to see any other instances of this
problem in this file.
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>