mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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>
This commit is contained in:
parent
663f63ee6d
commit
b2cd1d812b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user