Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <maz@kernel.org>

+1 -2
+1 -2
include/linux/irqdesc.h
··· 165 165 /* 166 166 * Convert a HW interrupt number to a logical one using a IRQ domain, 167 167 * 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. 170 169 */ 171 170 int __handle_domain_irq(struct irq_domain *domain, unsigned int hwirq, 172 171 bool lookup, struct pt_regs *regs);