diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2020-09-27 22:12:16 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-10-02 11:02:15 +0300 |
commit | f9dc446cb959d1efdb971fb3cde18c354a4a04c9 (patch) | |
tree | 9abae84e3a20a0b0d34f02c915f74cfacc557c90 /.get_maintainer.ignore | |
parent | 436cdcdec02905d1523aec98891d3a1c889dd529 (diff) | |
download | linux-f9dc446cb959d1efdb971fb3cde18c354a4a04c9.tar.xz |
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>
Diffstat (limited to '.get_maintainer.ignore')
0 files changed, 0 insertions, 0 deletions