From: "tip-bot2 for luanshi" <tip-bot2@linutronix.de>
To: linux-tip-commits@vger.kernel.org
Cc: luanshi <zhangliguang@linux.alibaba.com>,
Thomas Gleixner <tglx@linutronix.de>, x86 <x86@kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [tip: irq/core] irqdomain: Fix function documentation of __irq_domain_alloc_fwnode()
Date: Sun, 08 Mar 2020 10:14:31 -0000 [thread overview]
Message-ID: <158366247134.28353.9782021479572053305.tip-bot2@tip-bot2> (raw)
In-Reply-To: <1583200125-58806-1-git-send-email-zhangliguang@linux.alibaba.com>
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@linux.alibaba.com>
AuthorDate: Tue, 03 Mar 2020 09:48:45 +08:00
Committer: Thomas Gleixner <tglx@linutronix.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@linux.alibaba.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.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
next prev parent reply other threads:[~2020-03-08 10:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-03 1:48 [PATCH] irqdomain: Fix function documentation of __irq_domain_alloc_fwnode luanshi
2020-03-03 8:10 ` [tip: irq/core] irqdomain: Fix function documentation of __irq_domain_alloc_fwnode() tip-bot2 for luanshi
2020-03-08 10:14 ` tip-bot2 for luanshi [this message]
2020-03-08 13:56 ` [PATCH] irqdomain: Fix function documentation of __irq_domain_alloc_fwnode Marc Zyngier
2020-03-08 14:40 ` Thomas Gleixner
2020-03-08 14:50 ` Marc Zyngier
2020-03-08 16:33 ` Thomas Gleixner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=158366247134.28353.9782021479572053305.tip-bot2@tip-bot2 \
--to=tip-bot2@linutronix.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=x86@kernel.org \
--cc=zhangliguang@linux.alibaba.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox