]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: sahara - set array of const as const
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Wed, 14 Oct 2015 19:14:19 +0000 (21:14 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 15 Oct 2015 13:05:18 +0000 (21:05 +0800)
commitcac367bfc134174506a57a44834e3a608acc2f9b
tree2e0f226f036e6a504e48db3aeff0bb084f22bd3b
parent19b14e7e224f1c119a1756fde02ccacefd280212
crypto: sahara - set array of const as const

Some array of const char are not set as const.
This patch fix that.

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/sahara.c