Searched hist:"77450 fd7cfc21da9f511246ed215db6b343175e1" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | diff 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 D | hifn_795x.c | diff 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 D | talitos.c | diff 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>
|