aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-21 18:22:54 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2022-06-30 15:56:56 +0800
commit54a8b6802f03b6d0fa6ecad67f51466f8fa2ad6d (patch)
tree5ccb6273e9497b50f717186921cd8ef4e00b5490 /drivers/crypto/nx
parentcrypto: lib/blake2s - reduce stack frame usage in self test (diff)
downloadlinux-dev-54a8b6802f03b6d0fa6ecad67f51466f8fa2ad6d.tar.xz
linux-dev-54a8b6802f03b6d0fa6ecad67f51466f8fa2ad6d.zip
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/nx')
-rw-r--r--drivers/crypto/nx/nx-common-powernv.c2
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,