From 5b4fa95e425b6699c5dac47650d7a6f7b4661263 Mon Sep 17 00:00:00 2001 From: Lorenzo Pieralisi Date: Thu, 9 Jul 2026 17:12:08 +0200 Subject: [PATCH] irqchip/gic-v5/iwb: Fix stray verb in comment Remove a stray verb ('be') that is out of context in a comment in the IWB driver. Signed-off-by: Lorenzo Pieralisi Signed-off-by: Thomas Gleixner Link: https://patch.msgid.link/20260709151208.1168456-1-lpieralisi@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..2cf0df53e9dd 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 interrupt number * param[1] is the interrupt type */ *hwirq = fwspec->param[0];