linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto/ccree: fix spelling typo of allocated
@ 2021-01-26  3:45 dingsenjie
  2021-02-05  3:38 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: dingsenjie @ 2021-01-26  3:45 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-crypto, linux-kernel, dingsenjie

From: dingsenjie <dingsenjie@yulong.com>

allocted -> allocated

Signed-off-by: dingsenjie <dingsenjie@yulong.com>
---
 drivers/crypto/ccree/cc_cipher.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/ccree/cc_cipher.c b/drivers/crypto/ccree/cc_cipher.c
index cdfee50..78833491 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);
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] crypto/ccree: fix spelling typo of allocated
  2021-01-26  3:45 [PATCH] crypto/ccree: fix spelling typo of allocated dingsenjie
@ 2021-02-05  3:38 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2021-02-05  3:38 UTC (permalink / raw)
  To: dingsenjie; +Cc: davem, linux-crypto, linux-kernel, dingsenjie

dingsenjie@163.com wrote:
> From: dingsenjie <dingsenjie@yulong.com>
> 
> allocted -> allocated
> 
> Signed-off-by: dingsenjie <dingsenjie@yulong.com>
> ---
> drivers/crypto/ccree/cc_cipher.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-05  3:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26  3:45 [PATCH] crypto/ccree: fix spelling typo of allocated dingsenjie
2021-02-05  3:38 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).