Skip to content

Commit 0ed9ca2

Browse files
Yi WangKAGA-KOKO
authored andcommitted
irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentation
A recent commit changed a parameter of __irq_domain_alloc_fwnode(), but did not update the documentation comment. Fix it up. Fixes: b977fcf ("irqdomain/debugfs: Use PAs to generate fwnode names") Signed-off-by: Yi Wang <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent a99d808 commit 0ed9ca2

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)