diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-11-10 22:51:11 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-11-10 22:51:11 +0300 |
commit | ffba65ea247bb4193d4990324f5bcc76e8b5a7e7 (patch) | |
tree | d0b16f9c3035cf22d5bf785987c39ae575051523 /kernel | |
parent | 20c7e29684bfe88bfc5f0c7bf60833116bf5e89f (diff) | |
parent | 0ed9ca25894ef673d0259e4bd312d5fa1b9a6591 (diff) | |
download | linux-ffba65ea247bb4193d4990324f5bcc76e8b5a7e7.tar.xz |
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
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/irq/irqdomain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c index 132672b74e4b..dd822fd8a7d5 100644 --- a/kernel/irq/irqdomain.c +++ b/kernel/irq/irqdomain.c @@ -51,7 +51,7 @@ EXPORT_SYMBOL_GPL(irqchip_fwnode_ops); * @type: Type of irqchip_fwnode. See linux/irqdomain.h * @name: Optional user provided domain name * @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 * fwnode_handle (or NULL on failure). |