diff options
| author | Colin Ian King <colin.king@canonical.com> | 2019-04-26 09:18:35 -0400 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-05-03 02:03:30 -0400 |
| commit | 22e2db68e809eebe5e44315c5f8184da22ec2822 (patch) | |
| tree | afc64d9ce778100d4f9871511d45cedc17ce147a /drivers | |
| parent | 418cd20e4dcdca97e6f6d59e6336228dacf2e45d (diff) | |
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/crypto/ccree/cc_cipher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ccree/cc_cipher.c b/drivers/crypto/ccree/cc_cipher.c index d9f8cd543ee3..c9a40bc39698 100644 --- a/drivers/crypto/ccree/cc_cipher.c +++ b/drivers/crypto/ccree/cc_cipher.c | |||
| @@ -368,7 +368,7 @@ static int cc_cipher_sethkey(struct crypto_skcipher *sktfm, const u8 *key, | |||
| 368 | else /* Must be SM4 since due to sethkey registration */ | 368 | else /* Must be SM4 since due to sethkey registration */ |
| 369 | ctx_p->cpp.alg = CC_CPP_SM4; | 369 | ctx_p->cpp.alg = CC_CPP_SM4; |
| 370 | ctx_p->key_type = CC_POLICY_PROTECTED_KEY; | 370 | ctx_p->key_type = CC_POLICY_PROTECTED_KEY; |
| 371 | dev_dbg(dev, "policy protedcted key alg: %d slot: %d.\n", | 371 | dev_dbg(dev, "policy protected key alg: %d slot: %d.\n", |
| 372 | ctx_p->cpp.alg, ctx_p->cpp.slot); | 372 | ctx_p->cpp.alg, ctx_p->cpp.slot); |
| 373 | break; | 373 | break; |
| 374 | 374 | ||
