Re: [PATCH 09/18] clk: mvebu: ap80x-cpu: use semicolons rather than commas to separate statements

2020-10-13 Thread Stephen Boyd
Quoting Julia Lawall (2020-09-27 12:12:19) > 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

[PATCH 09/18] clk: mvebu: ap80x-cpu: 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/mvebu/ap-cpu-clk.c |2 +- 1 file changed, 1