Commit 54a8b680 authored by Jiang Jian's avatar Jiang Jian Committed by Herbert Xu

crypto: nx - drop unexpected word "the"

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: default avatarJiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent d6c14da4
...@@ -75,7 +75,7 @@ static int (*nx842_powernv_exec)(const unsigned char *in, ...@@ -75,7 +75,7 @@ static int (*nx842_powernv_exec)(const unsigned char *in,
/** /**
* setup_indirect_dde - Setup an indirect DDE * 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. * first direct DDE in the list.
*/ */
static void setup_indirect_dde(struct data_descriptor_entry *dde, static void setup_indirect_dde(struct data_descriptor_entry *dde,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment