diff options
author | wangjianli <wangjianli@cdjrlc.com> | 2022-10-22 07:46:55 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-11-26 14:29:42 +0100 |
commit | 915649da01de13961f9d6a891b6db5a6255ac0b2 (patch) | |
tree | f8b9a6396de84e2ed4c13ad7ba270202fb8094bc /drivers/irqchip | |
parent | irqchip/apple-aic: Mark aic_info structs __initconst (diff) | |
download | linux-915649da01de13961f9d6a891b6db5a6255ac0b2.tar.xz linux-915649da01de13961f9d6a891b6db5a6255ac0b2.zip |
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.c | 2 |
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) { |