[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220715042745.14883-1-wangborong@cdjrlc.com>
Date: Fri, 15 Jul 2022 12:27:45 +0800
From: Jason Wang <wangborong@...rlc.com>
To: haojian.zhuang@...il.com
Cc: daniel@...que.org, robert.jarzmik@...e.fr, linux@...linux.org.uk,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] ARM: pxa: hx4700: Fix comment typo
The double `the' is duplicated in line 33, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
arch/arm/mach-pxa/hx4700-pcmcia.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-pxa/hx4700-pcmcia.c b/arch/arm/mach-pxa/hx4700-pcmcia.c
index e2331dfe427d..860b78aed18c 100644
--- a/arch/arm/mach-pxa/hx4700-pcmcia.c
+++ b/arch/arm/mach-pxa/hx4700-pcmcia.c
@@ -30,7 +30,7 @@ static int hx4700_pcmcia_hw_init(struct soc_pcmcia_socket *skt)
/*
* IRQ type must be set before soc_pcmcia_hw_init() calls request_irq().
* The asic3 default IRQ type is level trigger low level detect, exactly
- * the the signal present on GPIOD4_CF_nCD when a CF card is inserted.
+ * the signal present on GPIOD4_CF_nCD when a CF card is inserted.
* If the IRQ type is not changed, the asic3 interrupt handler will loop
* repeatedly because it is unable to clear the level trigger interrupt.
*/
--
2.35.1
Powered by blists - more mailing lists