commit | f9dc446cb959d1efdb971fb3cde18c354a4a04c9 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@inria.fr> | Sun Sep 27 21:12:16 2020 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Oct 02 18:02:15 2020 +1000 |
tree | 9abae84e3a20a0b0d34f02c915f74cfacc557c90 | |
parent | 436cdcdec02905d1523aec98891d3a1c889dd529 [diff] |
hwrng: iproc-rng200 - use semicolons rather than commas to separate statements 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> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>