All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] crypto: hisilicon/hpre - fix a typo in hpre_crypto.c
@ 2021-03-30 11:51 Ruiqi Gong
  2021-04-09  7:52 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Ruiqi Gong @ 2021-03-30 11:51 UTC (permalink / raw)
  To: Zaibo Xu, Herbert Xu, David S . Miller
  Cc: linux-crypto, linux-kernel, Wang Weiyang, Ruiqi GONG

Do a trivial typo fix.
s/discribed/described

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ruiqi Gong <gongruiqi1@huawei.com>
---
 drivers/crypto/hisilicon/hpre/hpre_crypto.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/hisilicon/hpre/hpre_crypto.c b/drivers/crypto/hisilicon/hpre/hpre_crypto.c
index d743c540d602..9fbb573fdb1e 100644
--- a/drivers/crypto/hisilicon/hpre/hpre_crypto.c
+++ b/drivers/crypto/hisilicon/hpre/hpre_crypto.c
@@ -1758,7 +1758,7 @@ static int hpre_curve25519_src_init(struct hpre_asym_request *hpre_req,
 
 	/*
 	 * Src_data(gx) is in little-endian order, MSB in the final byte should
-	 * be masked as discribed in RFC7748, then transform it to big-endian
+	 * be masked as described in RFC7748, then transform it to big-endian
 	 * form, then hisi_hpre can use the data.
 	 */
 	ptr[31] &= 0x7f;
-- 
2.17.1


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

* Re: [PATCH -next] crypto: hisilicon/hpre - fix a typo in hpre_crypto.c
  2021-03-30 11:51 [PATCH -next] crypto: hisilicon/hpre - fix a typo in hpre_crypto.c Ruiqi Gong
@ 2021-04-09  7:52 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2021-04-09  7:52 UTC (permalink / raw)
  To: Ruiqi Gong
  Cc: Zaibo Xu, David S . Miller, linux-crypto, linux-kernel, Wang Weiyang

On Tue, Mar 30, 2021 at 07:51:24AM -0400, Ruiqi Gong wrote:
> Do a trivial typo fix.
> s/discribed/described
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Ruiqi Gong <gongruiqi1@huawei.com>
> ---
>  drivers/crypto/hisilicon/hpre/hpre_crypto.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-04-09  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 11:51 [PATCH -next] crypto: hisilicon/hpre - fix a typo in hpre_crypto.c Ruiqi Gong
2021-04-09  7:52 ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.