Skip to content

Commit 2203d3f

Browse files
Colin Ian Kingherbertx
authored andcommitted
crypto: hisilicon - fix spelling mistake "disgest" -> "digest"
There is a spelling mistake in an error message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 72c7943 commit 2203d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/hisilicon/sec2/sec_crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ static int sec_aead_auth_set_key(struct sec_auth_ctx *ctx,
690690
ret = crypto_shash_digest(shash, keys->authkey,
691691
keys->authkeylen, ctx->a_key);
692692
if (ret) {
693-
pr_err("hisi_sec2: aead auth disgest error!\n");
693+
pr_err("hisi_sec2: aead auth digest error!\n");
694694
return -EINVAL;
695695
}
696696
ctx->a_key_len = blocksize;

0 commit comments

Comments
 (0)