[PATCH 10/18] clk: meson: use semicolons rather than commas to separate statements
Stephen Boyd
sboyd at kernel.org
Tue Oct 13 20:44:46 EDT 2020
Quoting Julia Lawall (2020-09-27 12:12:20)
> 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 at inria.fr>
>
> ---
Applied to clk-next
More information about the linux-amlogic
mailing list