Re: [PATCH 10/14] irqchip: fix repeated words in comments
From: Radu Rendec
Date: Sun Sep 13 2026 - 14:35:29 EST
On Mon, 2026-09-07 at 12:26 +0530, Hemanth Selam wrote:
> Drop words accidentally written twice, reported by checkpatch.pl as a
> possible repeated word. Only touches comments, no code changes.
>
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
> ---
> drivers/irqchip/irq-al-fic.c | 2 +-
> drivers/irqchip/irq-gic-v3.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Same comment as before, for patch 02/14. I think this should be split
into two patches in the same series.
Applying many patches is easy/cheap. Dealing with merge conflicts
across different drivers when backporting patches, not so much.
>
> diff --git a/drivers/irqchip/irq-al-fic.c b/drivers/irqchip/irq-al-fic.c
> index d10ac9b63c99..760317db9dba 100644
> --- a/drivers/irqchip/irq-al-fic.c
> +++ b/drivers/irqchip/irq-al-fic.c
> @@ -180,7 +180,7 @@ static int al_fic_register(struct device_node *node,
> * @name: name of the fic
> * @parent_irq: interrupt of parent
> *
> - * This API will configure the fic hardware to to work in wire mode.
> + * This API will configure the fic hardware to work in wire mode.
> * In wire mode, fic hardware is generating a wire ("wired") interrupt.
> * Interrupt can be generated based on positive edge or level - configuration is
> * to be determined based on connected hardware to this fic.
> diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c
> index 6e1fa5b247fc..69ca208eeee6 100644
> --- a/drivers/irqchip/irq-gic-v3.c
> +++ b/drivers/irqchip/irq-gic-v3.c
> @@ -687,7 +687,7 @@ static void gic_eoimode1_eoi_irq(struct irq_data *d)
> {
> /*
> * No need to deactivate an LPI, or an interrupt that
> - * is is getting forwarded to a vcpu.
> + * is getting forwarded to a vcpu.
> */
> if (irqd_to_hwirq(d) >= 8192 || irqd_is_forwarded_to_vcpu(d))
> return;