OSDN Git Service

crypto: ccree - fix spelling mistake "protedcted" -> "protected"
authorColin Ian King <colin.king@canonical.com>
Fri, 26 Apr 2019 13:18:35 +0000 (14:18 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 3 May 2019 06:03:30 +0000 (14:03 +0800)
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>
drivers/crypto/ccree/cc_cipher.c

index d9f8cd5..c9a40bc 100644 (file)
@@ -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;