summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
diff options
context:
space:
mode:
authorwangjianli <wangjianli@cdjrlc.com>2022-10-22 13:46:55 +0800
committerMarc Zyngier <maz@kernel.org>2022-11-26 13:29:42 +0000
commit915649da01de13961f9d6a891b6db5a6255ac0b2 (patch)
treef8b9a6396de84e2ed4c13ad7ba270202fb8094bc /drivers/irqchip
parentd46b99656a16c450681985661a249dbb18e55cc4 (diff)
downloadlinux-915649da01de13961f9d6a891b6db5a6255ac0b2.tar.bz2
irqchip/mips-gic: Drop repeated word in comment
Delete the redundant word 'the'. Signed-off-by: wangjianli <wangjianli@cdjrlc.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20221022054655.36496-1-wangjianli@cdjrlc.com
Diffstat (limited to 'drivers/irqchip')
-rw-r--r--drivers/irqchip/irq-mips-gic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-mips-gic.c b/drivers/irqchip/irq-mips-gic.c
index 1ba0f1555c80..1a6a7a672ad7 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) {