[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <158366247134.28353.9782021479572053305.tip-bot2@tip-bot2>
Date: Sun, 08 Mar 2020 10:14:31 -0000
From: "tip-bot2 for luanshi" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: luanshi <zhangliguang@...ux.alibaba.com>,
Thomas Gleixner <tglx@...utronix.de>, x86 <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [tip: irq/core] irqdomain: Fix function documentation of
__irq_domain_alloc_fwnode()
The following commit has been merged into the irq/core branch of tip:
Commit-ID: b513df6780ec0265f6c6d8d618d43bd55fd64691
Gitweb: https://git.kernel.org/tip/b513df6780ec0265f6c6d8d618d43bd55fd64691
Author: luanshi <zhangliguang@...ux.alibaba.com>
AuthorDate: Tue, 03 Mar 2020 09:48:45 +08:00
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Sun, 08 Mar 2020 11:02:24 +01:00
irqdomain: Fix function documentation of __irq_domain_alloc_fwnode()
The function got renamed at some point, but the kernel-doc was not updated.
Signed-off-by: luanshi <zhangliguang@...ux.alibaba.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://lkml.kernel.org/r/1583200125-58806-1-git-send-email-zhangliguang@linux.alibaba.com
---
kernel/irq/irqdomain.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 7527e5e..fdfc213 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -46,11 +46,11 @@ const struct fwnode_operations irqchip_fwnode_ops;
EXPORT_SYMBOL_GPL(irqchip_fwnode_ops);
/**
- * irq_domain_alloc_fwnode - Allocate a fwnode_handle suitable for
+ * __irq_domain_alloc_fwnode - Allocate a fwnode_handle suitable for
* identifying an irq domain
* @type: Type of irqchip_fwnode. See linux/irqdomain.h
- * @name: Optional user provided domain name
* @id: Optional user provided id if name != NULL
+ * @name: Optional user provided domain name
* @pa: Optional user-provided physical address
*
* Allocate a struct irqchip_fwid, and return a poiner to the embedded
Powered by blists - more mailing lists