* [PATCH] drivers/irqchip: fix repeated words in comments
@ 2022-10-22 5:46 wangjianli
2022-10-24 5:27 ` Philippe Mathieu-Daudé
2023-03-09 12:17 ` Serge Semin
0 siblings, 2 replies; 3+ messages in thread
From: wangjianli @ 2022-10-22 5:46 UTC (permalink / raw)
To: tsbogend, fancer.lancer, tglx, maz; +Cc: linux-mips, linux-kernel, wangjianli
Delete the redundant word 'the'.
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
drivers/irqchip/irq-mips-gic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/irqchip/irq-mips-gic.c b/drivers/irqchip/irq-mips-gic.c
index ff89b36267dd..53daac318ccd 100644
--- a/drivers/irqchip/irq-mips-gic.c
+++ b/drivers/irqchip/irq-mips-gic.c
@@ -490,7 +490,7 @@ static int gic_irq_domain_map(struct irq_domain *d, unsigned int virq,
map = GIC_MAP_PIN_MAP_TO_PIN | gic_cpu_pin;
/*
- * If adding support for more per-cpu interrupts, keep the the
+ * If adding support for more per-cpu interrupts, keep the
* array in gic_all_vpes_irq_cpu_online() in sync.
*/
switch (intr) {
--
2.36.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] drivers/irqchip: fix repeated words in comments
2022-10-22 5:46 [PATCH] drivers/irqchip: fix repeated words in comments wangjianli
@ 2022-10-24 5:27 ` Philippe Mathieu-Daudé
2023-03-09 12:17 ` Serge Semin
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-10-24 5:27 UTC (permalink / raw)
To: wangjianli, tsbogend, fancer.lancer, tglx, maz; +Cc: linux-mips, linux-kernel
On 22/10/22 07:46, wangjianli wrote:
> Delete the redundant word 'the'.
>
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
> drivers/irqchip/irq-mips-gic.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drivers/irqchip: fix repeated words in comments
2022-10-22 5:46 [PATCH] drivers/irqchip: fix repeated words in comments wangjianli
2022-10-24 5:27 ` Philippe Mathieu-Daudé
@ 2023-03-09 12:17 ` Serge Semin
1 sibling, 0 replies; 3+ messages in thread
From: Serge Semin @ 2023-03-09 12:17 UTC (permalink / raw)
To: wangjianli; +Cc: tsbogend, tglx, maz, linux-mips, linux-kernel
On Sat, Oct 22, 2022 at 01:46:55PM +0800, wangjianli wrote:
> Delete the redundant word 'the'.
Thanks!
Acked-by: Serge Semin <fancer.lancer@gmail.com>
-Serge(y)
>
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
> drivers/irqchip/irq-mips-gic.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/irqchip/irq-mips-gic.c b/drivers/irqchip/irq-mips-gic.c
> index ff89b36267dd..53daac318ccd 100644
> --- a/drivers/irqchip/irq-mips-gic.c
> +++ b/drivers/irqchip/irq-mips-gic.c
> @@ -490,7 +490,7 @@ static int gic_irq_domain_map(struct irq_domain *d, unsigned int virq,
> map = GIC_MAP_PIN_MAP_TO_PIN | gic_cpu_pin;
>
> /*
> - * If adding support for more per-cpu interrupts, keep the the
> + * If adding support for more per-cpu interrupts, keep the
> * array in gic_all_vpes_irq_cpu_online() in sync.
> */
> switch (intr) {
> --
> 2.36.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-09 12:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-22 5:46 [PATCH] drivers/irqchip: fix repeated words in comments wangjianli
2022-10-24 5:27 ` Philippe Mathieu-Daudé
2023-03-09 12:17 ` Serge Semin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).