Skip to content

Commit

Permalink
irqdesc: Fix __handle_domain_irq() comment
Browse files Browse the repository at this point in the history
It appears that the comment about a NULL domain meaning anything
has always been wrong. Fix it.

Signed-off-by: Marc Zyngier <maz@kernel.org>
  • Loading branch information
Marc Zyngier committed Jun 10, 2021
1 parent a3016b2 commit 9626d18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/irqdesc.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ int generic_handle_irq(unsigned int irq);
/*
* Convert a HW interrupt number to a logical one using a IRQ domain,
* and handle the result interrupt number. Return -EINVAL if
* conversion failed. Providing a NULL domain indicates that the
* conversion has already been done.
* conversion failed.
*/
int __handle_domain_irq(struct irq_domain *domain, unsigned int hwirq,
bool lookup, struct pt_regs *regs);
Expand Down

0 comments on commit 9626d18

Please sign in to comment.