Skip to content

Commit ffba65e

Browse files
committed
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
2 parents 20c7e29 + 0ed9ca2 commit ffba65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/irq/irqdomain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ EXPORT_SYMBOL_GPL(irqchip_fwnode_ops);
5151
* @type: Type of irqchip_fwnode. See linux/irqdomain.h
5252
* @name: Optional user provided domain name
5353
* @id: Optional user provided id if name != NULL
54-
* @data: Optional user-provided data
54+
* @pa: Optional user-provided physical address
5555
*
5656
* Allocate a struct irqchip_fwid, and return a poiner to the embedded
5757
* fwnode_handle (or NULL on failure).

0 commit comments

Comments
 (0)