crypto: hisilicon/hpre - fix a typo in hpre_crypto.c

Do a trivial typo fix.
s/discribed/described

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ruiqi Gong <gongruiqi1@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Ruiqi Gong
2021-03-30 07:51:24 -04:00
committed by Herbert Xu
parent a52c7b16dd
commit fd4317b7b2

View File

@@ -1769,7 +1769,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;