Star64_linux/drivers/crypto/amcc
Julia Lawall 77450fd7cf crypto: drivers - 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>
2020-10-02 18:02:15 +10:00
..
crypto4xx_alg.c crypto: drivers - use semicolons rather than commas to separate statements 2020-10-02 18:02:15 +10:00
crypto4xx_core.c crypto: crypto4xx - use GFP_KERNEL for big allocations 2020-01-09 11:30:53 +08:00
crypto4xx_core.h crypto: algapi - Remove skbuff.h inclusion 2020-08-20 14:04:28 +10:00
crypto4xx_reg_def.h
crypto4xx_sa.h
crypto4xx_trng.c
crypto4xx_trng.h
Makefile