linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] irqdomain: Fix function documentation of __irq_domain_alloc_fwnode
@ 2020-03-03  1:48 luanshi
  2020-03-03  8:10 ` [tip: irq/core] irqdomain: Fix function documentation of __irq_domain_alloc_fwnode() tip-bot2 for luanshi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: luanshi @ 2020-03-03  1:48 UTC (permalink / raw)
  To: Marc Zyngier, Thomas Gleixner; +Cc: linux-kernel, luanshi

The function got renamed at some point, but the kernel-doc was not
updated.

Signed-off-by: luanshi <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 @@ static inline void debugfs_remove_domain_dir(struct irq_domain *d) { }
 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
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-08 16:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).