crypto: hisilicon/sec - Fix spelling mistake "fallbcak" -> "fallback"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
d886d55f4c
commit
84c2c729ea
@@ -2290,7 +2290,7 @@ static int sec_aead_soft_crypto(struct sec_ctx *ctx,
|
|||||||
|
|
||||||
/* Kunpeng920 aead mode not support input 0 size */
|
/* Kunpeng920 aead mode not support input 0 size */
|
||||||
if (!a_ctx->fallback_aead_tfm) {
|
if (!a_ctx->fallback_aead_tfm) {
|
||||||
dev_err(dev, "aead fallbcak tfm is NULL!\n");
|
dev_err(dev, "aead fallback tfm is NULL!\n");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user