Re: dm integrity: Convert comma to semicolon

From: Mike Snitzer
Date: Thu Sep 05 2024 - 10:35:05 EST


On Thu, Sep 05, 2024 at 10:28:32AM +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>

I agree, the use of comma is bizarre. Not sure how that slipped
through but...

Reviewed-by: Mike Snitzer <snitzer@xxxxxxxxxx>