Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ruiqi Gong and committed by
Herbert Xu
fd4317b7 a52c7b16

+1 -1
+1 -1
drivers/crypto/hisilicon/hpre/hpre_crypto.c
··· 1769 1769 1770 1770 /* 1771 1771 * Src_data(gx) is in little-endian order, MSB in the final byte should 1772 - * be masked as discribed in RFC7748, then transform it to big-endian 1772 + * be masked as described in RFC7748, then transform it to big-endian 1773 1773 * form, then hisi_hpre can use the data. 1774 1774 */ 1775 1775 ptr[31] &= 0x7f;