[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220621102733.88445-1-jiangjian@cdjrlc.com>
Date: Tue, 21 Jun 2022 18:27:33 +0800
From: Jiang Jian <jiangjian@...rlc.com>
To: herbert@...dor.apana.org.au, davem@...emloft.net
Cc: Julia.Lawall@...ia.fr, jiangjian@...rlc.com, hanyihao@...o.com,
linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] 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@...rlc.com>
---
drivers/crypto/ux500/hash/hash_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/ux500/hash/hash_core.c b/drivers/crypto/ux500/hash/hash_core.c
index 265ef3e96fdd..f104e8a43036 100644
--- a/drivers/crypto/ux500/hash/hash_core.c
+++ b/drivers/crypto/ux500/hash/hash_core.c
@@ -421,7 +421,7 @@ static int hash_get_device_data(struct hash_ctx *ctx,
* @keylen: The lengt of the key.
*
* 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.
*/
static void hash_hw_write_key(struct hash_device_data *device_data,
--
2.17.1
Powered by blists - more mailing lists