]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
crypto: ccree - fix spelling typo of allocated
authordingsenjie <dingsenjie@yulong.com>
Tue, 26 Jan 2021 03:45:53 +0000 (11:45 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 5 Feb 2021 03:31:35 +0000 (14:31 +1100)
allocted -> allocated

Signed-off-by: dingsenjie <dingsenjie@yulong.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ccree/cc_cipher.c

index cdfee501fbd9fb5db50e92f730ca6c65b71e1c47..78833491f534d347c4f2ce8cd840363ce420d600 100644 (file)
@@ -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);