From: wangjianli Date: Sat, 22 Oct 2022 05:46:55 +0000 (+0800) Subject: irqchip/mips-gic: Drop repeated word in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=915649da01de13961f9d6a891b6db5a6255ac0b2;p=linux.git irqchip/mips-gic: Drop repeated word in comment Delete the redundant word 'the'. Signed-off-by: wangjianli Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Marc Zyngier Link: https://lore.kernel.org/r/20221022054655.36496-1-wangjianli@cdjrlc.com --- diff --git a/drivers/irqchip/irq-mips-gic.c b/drivers/irqchip/irq-mips-gic.c index 1ba0f1555c805..1a6a7a672ad77 100644 --- a/drivers/irqchip/irq-mips-gic.c +++ b/drivers/irqchip/irq-mips-gic.c @@ -494,7 +494,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) {