Commit ffba65ea authored by Linus Torvalds's avatar Linus Torvalds

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
parents 20c7e296 0ed9ca25
...@@ -51,7 +51,7 @@ EXPORT_SYMBOL_GPL(irqchip_fwnode_ops); ...@@ -51,7 +51,7 @@ EXPORT_SYMBOL_GPL(irqchip_fwnode_ops);
* @type: Type of irqchip_fwnode. See linux/irqdomain.h * @type: Type of irqchip_fwnode. See linux/irqdomain.h
* @name: Optional user provided domain name * @name: Optional user provided domain name
* @id: Optional user provided id if name != NULL * @id: Optional user provided id if name != NULL
* @data: Optional user-provided data * @pa: Optional user-provided physical address
* *
* Allocate a struct irqchip_fwid, and return a poiner to the embedded * Allocate a struct irqchip_fwid, and return a poiner to the embedded
* fwnode_handle (or NULL on failure). * fwnode_handle (or NULL on failure).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment