From: Colin Ian King Date: Tue, 15 Jun 2021 10:11:53 +0000 (+0100) Subject: crypto: hisilicon/sec - Fix spelling mistake "fallbcak" -> "fallback" X-Git-Tag: accepted/tizen/unified/20230118.172025~6854^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84c2c729eabda52a2f6caa087d51f0d7420bca0c;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/hisilicon/sec2/sec_crypto.c b/drivers/crypto/hisilicon/sec2/sec_crypto.c index f23af61..6a45bd23 100644 --- a/drivers/crypto/hisilicon/sec2/sec_crypto.c +++ b/drivers/crypto/hisilicon/sec2/sec_crypto.c @@ -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; }