Commit 84c2c729 authored by Colin Ian King's avatar Colin Ian King Committed by Herbert Xu
Browse files

crypto: hisilicon/sec - Fix spelling mistake "fallbcak" -> "fallback"



There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent d886d55f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2290,7 +2290,7 @@ static int sec_aead_soft_crypto(struct sec_ctx *ctx,

	/* Kunpeng920 aead mode not support input 0 size */
	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;
	}