Skip to content

Commit 84c2c72

Browse files
Colin Ian Kingherbertx
authored andcommitted
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>
1 parent d886d55 commit 84c2c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/crypto/hisilicon/sec2/sec_crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@ static int sec_aead_soft_crypto(struct sec_ctx *ctx,
22902290

22912291
/* Kunpeng920 aead mode not support input 0 size */
22922292
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");
22942294
return -EINVAL;
22952295
}
22962296

0 commit comments

Comments
 (0)