summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccree
diff options
context:
space:
mode:
authordingsenjie <dingsenjie@yulong.com>2021-01-26 11:45:53 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2021-02-05 14:31:35 +1100
commitb2cd1d812b955c4a06bb411d3363abf5e9009f9c (patch)
tree7bb21b4746f134e065363249503a12c0c005448b /drivers/crypto/ccree
parent663f63ee6d9cdc68adf9afca5427e5c2b5b4ae2d (diff)
crypto: ccree - fix spelling typo of allocated
allocted -> allocated Signed-off-by: dingsenjie <dingsenjie@yulong.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/ccree')
-rw-r--r--drivers/crypto/ccree/cc_cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ccree/cc_cipher.c b/drivers/crypto/ccree/cc_cipher.c
index cdfee501fbd9..78833491f534 100644
--- a/drivers/crypto/ccree/cc_cipher.c
+++ b/drivers/crypto/ccree/cc_cipher.c
@@ -921,7 +921,7 @@ static int cc_cipher_process(struct skcipher_request *req,
return crypto_skcipher_decrypt(subreq);
}
- /* The IV we are handed may be allocted from the stack so
+ /* The IV we are handed may be allocated from the stack so
* we must copy it to a DMAable buffer before use.
*/
req_ctx->iv = kmemdup(iv, ivsize, flags);