Re: [PATCH] crypto: n2: set array of const as const

2015-10-15 Thread Herbert Xu
On Wed, Oct 14, 2015 at 09:15:13PM +0200, LABBE Corentin wrote: > Some array of const char are not set as const. > This patch fix that. > > Signed-off-by: LABBE Corentin Applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/p

[PATCH] crypto: n2: set array of const as const

2015-10-14 Thread LABBE Corentin
Some array of const char are not set as const. This patch fix that. Signed-off-by: LABBE Corentin --- drivers/crypto/n2_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/n2_core.c b/drivers/crypto/n2_core.c index 8ea6c32..febbd5e 100644 --- a/drivers/crypt