mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 08:09:56 +00:00
crypto: ccree - fix spelling mistake "protedcted" -> "protected"
There is a spelling mistake in a dev_dbg message, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-By: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
418cd20e4d
commit
22e2db68e8
@ -368,7 +368,7 @@ static int cc_cipher_sethkey(struct crypto_skcipher *sktfm, const u8 *key,
|
||||
else /* Must be SM4 since due to sethkey registration */
|
||||
ctx_p->cpp.alg = CC_CPP_SM4;
|
||||
ctx_p->key_type = CC_POLICY_PROTECTED_KEY;
|
||||
dev_dbg(dev, "policy protedcted key alg: %d slot: %d.\n",
|
||||
dev_dbg(dev, "policy protected key alg: %d slot: %d.\n",
|
||||
ctx_p->cpp.alg, ctx_p->cpp.slot);
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user