[tip: irq/drivers] irqchip/gic-v5/iwb: Fix stray verb in comment

tip-bot2 for Lorenzo Pieralisi posted 1 patch 1 week, 3 days ago
drivers/irqchip/irq-gic-v5-iwb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[tip: irq/drivers] irqchip/gic-v5/iwb: Fix stray verb in comment
Posted by tip-bot2 for Lorenzo Pieralisi 1 week, 3 days ago
The following commit has been merged into the irq/drivers branch of tip:

Commit-ID:     5b4fa95e425b6699c5dac47650d7a6f7b4661263
Gitweb:        https://git.kernel.org/tip/5b4fa95e425b6699c5dac47650d7a6f7b4661263
Author:        Lorenzo Pieralisi <lpieralisi@kernel.org>
AuthorDate:    Thu, 09 Jul 2026 17:12:08 +02:00
Committer:     Thomas Gleixner <tglx@kernel.org>
CommitterDate: Wed, 15 Jul 2026 08:40:22 +02:00

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
---
 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 9103feb..2cf0df5 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];