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

2020-10-13 Thread Stephen Boyd
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/): > > // > @@ expression e1,e2; @@ > e1 > -, > +; > e2 > ... when any > // > > Signed-off-by: Julia Lawall

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

2020-10-07 Thread Stephen Boyd
Quoting Jerome Brunet (2020-09-28 02:47:24) > > On Sun 27 Sep 2020 at 21:12, Julia Lawall wrote: > > Hi Stephen, > > Do you want to take all the clock related patches directly ? > > Sure that's fine.

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

2020-09-28 Thread Jerome Brunet
On Sun 27 Sep 2020 at 21:12, Julia Lawall wrote: Hi Stephen, Do you want to take all the clock related patches directly ? > Replace commas with semicolons. What is done is essentially described by > the following Coccinelle semantic patch (http://coccinelle.lip6.fr/): > > // > @@ expressio

[PATCH 10/18] clk: meson: use semicolons rather than commas to separate statements

2020-09-27 Thread Julia Lawall
Replace commas with semicolons. What is done is essentially described by the following Coccinelle semantic patch (http://coccinelle.lip6.fr/): // @@ expression e1,e2; @@ e1 -, +; e2 ... when any // Signed-off-by: Julia Lawall --- drivers/clk/meson/meson-aoclk.c |2 +- 1 file changed, 1