From: dingsenjie Date: Tue, 26 Jan 2021 03:45:53 +0000 (+0800) Subject: crypto: ccree - fix spelling typo of allocated X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b2cd1d812b955c4a06bb411d3363abf5e9009f9c;p=linux.git crypto: ccree - fix spelling typo of allocated allocted -> allocated Signed-off-by: dingsenjie Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/ccree/cc_cipher.c b/drivers/crypto/ccree/cc_cipher.c index cdfee501fbd9f..78833491f534d 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);