Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Herbert Xu
84c2c729 d886d55f

+1 -1
+1 -1
drivers/crypto/hisilicon/sec2/sec_crypto.c
··· 2290 2290 2291 2291 /* Kunpeng920 aead mode not support input 0 size */ 2292 2292 if (!a_ctx->fallback_aead_tfm) { 2293 - dev_err(dev, "aead fallbcak tfm is NULL!\n"); 2293 + dev_err(dev, "aead fallback tfm is NULL!\n"); 2294 2294 return -EINVAL; 2295 2295 } 2296 2296