crypto: hisilicon/sec - Fix spelling mistake "fallbcak" -> "fallback"
authorColin Ian King <colin.king@canonical.com>
Tue, 15 Jun 2021 10:11:53 +0000 (11:11 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 24 Jun 2021 06:51:34 +0000 (14:51 +0800)
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>
drivers/crypto/hisilicon/sec2/sec_crypto.c

index f23af61..6a45bd2 100644 (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;
        }