diff options
author | 2020-09-27 21:12:27 +0200 | |
---|---|---|
committer | 2020-10-02 18:02:15 +1000 | |
commit | ed4424f2fb02497b0ea92bf58c533c598c0da1d3 (patch) | |
tree | b9fb54afee8e1a23d9061d4d495a6317c42620f2 /drivers/usb/cdns3/cdns3-imx.c | |
parent | crypto: drivers - use semicolons rather than commas to separate statements (diff) | |
download | linux-dev-ed4424f2fb02497b0ea92bf58c533c598c0da1d3.tar.xz linux-dev-ed4424f2fb02497b0ea92bf58c533c598c0da1d3.zip |
crypto: atmel-tdes - 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>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions