mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02: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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user