Commit b2cd1d81 authored by dingsenjie's avatar dingsenjie Committed by Herbert Xu
Browse files

crypto: ccree - fix spelling typo of allocated



allocted -> allocated

Signed-off-by: default avatardingsenjie <dingsenjie@yulong.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 663f63ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);