| Subject | Re: [PATCH 01/18] clk: uniphier: use semicolons rather than commas to separate statements | From | Stephen Boyd <> | Date | Tue, 13 Oct 2020 17:44:34 -0700 |
| |
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@inria.fr> > > ---
Applied to clk-next
|