From: Jiang Jian Date: Tue, 21 Jun 2022 10:22:54 +0000 (+0800) Subject: crypto: nx - drop unexpected word "the" X-Git-Tag: v6.6.17~6939^2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54a8b6802f03b6d0fa6ecad67f51466f8fa2ad6d;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/nx/nx-common-powernv.c b/drivers/crypto/nx/nx-common-powernv.c index f418817..f34c75a 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,