lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <166946967368.4906.2141314585126518512.tip-bot2@tip-bot2> Date: Sat, 26 Nov 2022 13:34:33 -0000 From: "irqchip-bot for wangjianli" <tip-bot2@...utronix.de> To: linux-kernel@...r.kernel.org Cc: wangjianli <wangjianli@...rlc.com>, philmd@...aro.org, Marc Zyngier <maz@...nel.org>, tglx@...utronix.de Subject: [irqchip: irq/irqchip-next] irqchip/mips-gic: Drop repeated word in comment The following commit has been merged into the irq/irqchip-next branch of irqchip: Commit-ID: 915649da01de13961f9d6a891b6db5a6255ac0b2 Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/915649da01de13961f9d6a891b6db5a6255ac0b2 Author: wangjianli <wangjianli@...rlc.com> AuthorDate: Sat, 22 Oct 2022 13:46:55 +08:00 Committer: Marc Zyngier <maz@...nel.org> CommitterDate: Sat, 26 Nov 2022 13:29:42 irqchip/mips-gic: Drop repeated word in comment Delete the redundant word 'the'. Signed-off-by: wangjianli <wangjianli@...rlc.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@...aro.org> Signed-off-by: Marc Zyngier <maz@...nel.org> Link: https://lore.kernel.org/r/20221022054655.36496-1-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 1ba0f15..1a6a7a6 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) {
Powered by blists - more mailing lists