diff options
author | Jiang Jian <jiangjian@cdjrlc.com> | 2022-06-21 13:22:54 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2022-06-30 10:56:56 +0300 |
commit | 54a8b6802f03b6d0fa6ecad67f51466f8fa2ad6d (patch) | |
tree | 5ccb6273e9497b50f717186921cd8ef4e00b5490 /drivers/crypto | |
parent | d6c14da474bf260d73953fbf7992c98d9112aec7 (diff) | |
download | linux-54a8b6802f03b6d0fa6ecad67f51466f8fa2ad6d.tar.xz |
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: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r-- | drivers/crypto/nx/nx-common-powernv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/nx/nx-common-powernv.c b/drivers/crypto/nx/nx-common-powernv.c index f418817c0f43..f34c75a862f2 100644 --- a/drivers/crypto/nx/nx-common-powernv.c +++ b/drivers/crypto/nx/nx-common-powernv.c @@ -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, |