Re: [PATCH 01/18] clk: uniphier: use semicolons rather than commas to separate statements

From: Stephen Boyd
Date: Tue Oct 13 2020 - 20:44:38 EST


Quoting Julia Lawall (2020-09-27 12:12:11)
> Replace commas with semicolons. What is done is essentially described by
> the following Coccinelle semantic patch (http://coccinelle.lip6.fr/):
>
> // <smpl>
> @@ expression e1,e2; @@
> e1
> -,
> +;
> e2
> ... when any
> // </smpl>
>
> Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxxx>
>
> ---

Applied to clk-next