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 <lpieralisi@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260709151208.1168456-1-lpieralisi@kernel.org
This commit is contained in:
Lorenzo Pieralisi 2026-07-09 17:12:08 +02:00 committed by Thomas Gleixner
parent d307a7e7d9
commit 5b4fa95e42

View File

@ -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];