Home
last modified time | relevance | path

Searched hist:"77450 fd7cfc21da9f511246ed215db6b343175e1" (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.cdiff 77450fd7cfc21da9f511246ed215db6b343175e1 Sun Sep 27 21:12:23 CEST 2020 Julia Lawall <Julia.Lawall@inria.fr> 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>
/linux/drivers/crypto/
H A Dhifn_795x.cdiff 77450fd7cfc21da9f511246ed215db6b343175e1 Sun Sep 27 21:12:23 CEST 2020 Julia Lawall <Julia.Lawall@inria.fr> 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>
H A Dtalitos.cdiff 77450fd7cfc21da9f511246ed215db6b343175e1 Sun Sep 27 21:12:23 CEST 2020 Julia Lawall <Julia.Lawall@inria.fr> 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>