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:
Colin Ian King 2021-06-15 11:11:53 +01:00 committed by Herbert Xu
parent d886d55f4c
commit 84c2c729ea
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}