aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorwangjianli <wangjianli@cdjrlc.com>2022-08-23 21:52:23 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2022-09-02 18:37:23 +0800
commit8c8e5b6ae43a55d0f6098606c311123f1a39d112 (patch)
tree4016b9a638fd247c706eef14f73275106031fa0b /drivers/crypto
parenthwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear() (diff)
downloadlinux-dev-8c8e5b6ae43a55d0f6098606c311123f1a39d112.tar.xz
linux-dev-8c8e5b6ae43a55d0f6098606c311123f1a39d112.zip
crypto: n2 - fix repeated words in comments
Delete the redundant word 'to'. Signed-off-by: wangjianli <wangjianli@cdjrlc.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/n2_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/n2_core.c b/drivers/crypto/n2_core.c
index 3b0bf6fea491..31e24df18877 100644
--- a/drivers/crypto/n2_core.c
+++ b/drivers/crypto/n2_core.c
@@ -1494,7 +1494,7 @@ static void n2_unregister_algs(void)
*
* So we have to back-translate, going through the 'intr' and 'ino'
* property tables of the n2cp MDESC node, matching it with the OF
- * 'interrupts' property entries, in order to to figure out which
+ * 'interrupts' property entries, in order to figure out which
* devino goes to which already-translated IRQ.
*/
static int find_devino_index(struct platform_device *dev, struct spu_mdesc_info *ip,