mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +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
This commit is contained in:
parent
d307a7e7d9
commit
5b4fa95e42
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user