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

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq fixlet from Thomas Gleixner:
"A trivial fix for a kernel doc regression where an argument change was
not reflected in the documentation"

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentation

+1 -1
+1 -1
kernel/irq/irqdomain.c
··· 51 51 * @type: Type of irqchip_fwnode. See linux/irqdomain.h 52 52 * @name: Optional user provided domain name 53 53 * @id: Optional user provided id if name != NULL 54 - * @data: Optional user-provided data 54 + * @pa: Optional user-provided physical address 55 55 * 56 56 * Allocate a struct irqchip_fwid, and return a poiner to the embedded 57 57 * fwnode_handle (or NULL on failure).