crypto: nx - drop unexpected word "the"
authorJiang Jian <jiangjian@cdjrlc.com>
Tue, 21 Jun 2022 10:22:54 +0000 (18:22 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 30 Jun 2022 07:56:56 +0000 (15:56 +0800)
there is an unexpected word "the" in the comments that need to be dropped

>- * The DDE is setup with the the DDE count, byte count, and address of
>+ * The DDE is setup with the DDE count, byte count, and address of

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/nx/nx-common-powernv.c

index f418817..f34c75a 100644 (file)
@@ -75,7 +75,7 @@ static int (*nx842_powernv_exec)(const unsigned char *in,
 /**
  * setup_indirect_dde - Setup an indirect DDE
  *
- * The DDE is setup with the the DDE count, byte count, and address of
+ * The DDE is setup with the DDE count, byte count, and address of
  * first direct DDE in the list.
  */
 static void setup_indirect_dde(struct data_descriptor_entry *dde,