* [PATCH] irqchip/gic-v5: iwb: Fix stray verb in comment
@ 2026-07-09 15:12 Lorenzo Pieralisi
2026-07-13 15:22 ` Marc Zyngier
0 siblings, 1 reply; 2+ messages in thread
From: Lorenzo Pieralisi @ 2026-07-09 15:12 UTC (permalink / raw)
To: linux-kernel, linux-arm-kernel; +Cc: Thomas Gleixner, Marc Zyngier
Remove a stray verb ('be') that is out of context in a comment in the IWB
driver.
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Cc: Thomas Gleixner <tglx@kernel.org>
Cc: Marc Zyngier <maz@kernel.org>
---
drivers/irqchip/irq-gic-v5-iwb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/irqchip/irq-gic-v5-iwb.c b/drivers/irqchip/irq-gic-v5-iwb.c
index 9103feb70ce8..87f10212f283 100644
--- a/drivers/irqchip/irq-gic-v5-iwb.c
+++ b/drivers/irqchip/irq-gic-v5-iwb.c
@@ -143,7 +143,7 @@ static int gicv5_iwb_irq_domain_translate(struct irq_domain *d, struct irq_fwspe
return -EINVAL;
/*
- * param[0] is be the wire
+ * param[0] is the wire
* param[1] is the interrupt type
*/
*hwirq = fwspec->param[0];
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] irqchip/gic-v5: iwb: Fix stray verb in comment
2026-07-09 15:12 [PATCH] irqchip/gic-v5: iwb: Fix stray verb in comment Lorenzo Pieralisi
@ 2026-07-13 15:22 ` Marc Zyngier
0 siblings, 0 replies; 2+ messages in thread
From: Marc Zyngier @ 2026-07-13 15:22 UTC (permalink / raw)
To: Lorenzo Pieralisi; +Cc: linux-kernel, linux-arm-kernel, Thomas Gleixner
On Thu, 09 Jul 2026 16:12:08 +0100,
Lorenzo Pieralisi <lpieralisi@kernel.org> wrote:
>
> Remove a stray verb ('be') that is out of context in a comment in the IWB
> driver.
If you're fixing random comments, I'd suggest fixing them for real...
>
> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
> Cc: Thomas Gleixner <tglx@kernel.org>
> Cc: Marc Zyngier <maz@kernel.org>
> ---
> drivers/irqchip/irq-gic-v5-iwb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/irqchip/irq-gic-v5-iwb.c b/drivers/irqchip/irq-gic-v5-iwb.c
> index 9103feb70ce8..87f10212f283 100644
> --- a/drivers/irqchip/irq-gic-v5-iwb.c
> +++ b/drivers/irqchip/irq-gic-v5-iwb.c
> @@ -143,7 +143,7 @@ static int gicv5_iwb_irq_domain_translate(struct irq_domain *d, struct irq_fwspe
> return -EINVAL;
>
> /*
> - * param[0] is be the wire
> + * param[0] is the wire
param[0] is not a wire. It is a wire *number*.
Thanks,
M.
--
Jazz isn't dead. It just smells funny.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-13 15:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 15:12 [PATCH] irqchip/gic-v5: iwb: Fix stray verb in comment Lorenzo Pieralisi
2026-07-13 15:22 ` Marc Zyngier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox