crypto: qce - fix sparse warnings
Fix few sparse warnings of type: - sparse: incorrect type in argument - sparse: incorrect type in initializer Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:

committed by
Herbert Xu

parent
178f827a60
commit
58a6535f1a
@@ -85,7 +85,7 @@ struct qce_alg_template {
|
||||
struct list_head entry;
|
||||
u32 crypto_alg_type;
|
||||
unsigned long alg_flags;
|
||||
const __be32 *std_iv;
|
||||
const u32 *std_iv;
|
||||
union {
|
||||
struct crypto_alg crypto;
|
||||
struct ahash_alg ahash;
|
||||
|
Reference in New Issue
Block a user