crypto: ux500/hash - drop unexpected word "the"

there is an unexpected word "the" in the comments that need to be dropped

>-  * specified in the the hw design spec. Either due to incorrect info in the
>+  * specified in the hw design spec. Either due to incorrect info in the

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Jiang Jian 2022-06-21 18:27:33 +08:00 committed by Herbert Xu
parent 54a8b6802f
commit 882f0a5937

View File

@ -421,7 +421,7 @@ static int hash_get_device_data(struct hash_ctx *ctx,
* @keylen: The lengt of the key. * @keylen: The lengt of the key.
* *
* Note! This function DOES NOT write to the NBLW registry, even though * Note! This function DOES NOT write to the NBLW registry, even though
* specified in the the hw design spec. Either due to incorrect info in the * specified in the hw design spec. Either due to incorrect info in the
* spec or due to a bug in the hw. * spec or due to a bug in the hw.
*/ */
static void hash_hw_write_key(struct hash_device_data *device_data, static void hash_hw_write_key(struct hash_device_data *device_data,