Skip to content

Commit 9626d18

Browse files
author
Marc Zyngier
committed
irqdesc: Fix __handle_domain_irq() comment
It appears that the comment about a NULL domain meaning anything has always been wrong. Fix it. Signed-off-by: Marc Zyngier <[email protected]>
1 parent a3016b2 commit 9626d18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/linux/irqdesc.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ int generic_handle_irq(unsigned int irq);
165165
/*
166166
* Convert a HW interrupt number to a logical one using a IRQ domain,
167167
* and handle the result interrupt number. Return -EINVAL if
168-
* conversion failed. Providing a NULL domain indicates that the
169-
* conversion has already been done.
168+
* conversion failed.
170169
*/
171170
int __handle_domain_irq(struct irq_domain *domain, unsigned int hwirq,
172171
bool lookup, struct pt_regs *regs);

0 commit comments

Comments
 (0)