[PATCH] irqdomain: Fix function documentation of __irq_domain_alloc_fwnode

From: luanshi
Date: Mon Mar 02 2020 - 20:48:57 EST


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

Signed-off-by: luanshi <zhangliguang@xxxxxxxxxxxxxxxxx>
---
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