[tip: irq/core] genirq: Fix function documentation of __irq_alloc_descs()

From: tip-bot2 for luanshi
Date: Fri Nov 15 2019 - 04:54:46 EST


The following commit has been merged into the irq/core branch of tip:

Commit-ID: 20a15ee040f23bd553d4e6bbb1f8724ccd282abc
Gitweb: https://git.kernel.org/tip/20a15ee040f23bd553d4e6bbb1f8724ccd282abc
Author: luanshi <zhangliguang@xxxxxxxxxxxxxxxxx>
AuthorDate: Wed, 13 Nov 2019 22:41:33 +08:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitterDate: Fri, 15 Nov 2019 10:48:38 +01:00

genirq: Fix function documentation of __irq_alloc_descs()

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

Signed-off-by: Liguang Zhang <zhangliguang@xxxxxxxxxxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Link: https://lkml.kernel.org/r/1573656093-8643-1-git-send-email-zhangliguang@xxxxxxxxxxxxxxxxx

---
kernel/irq/irqdesc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/irq/irqdesc.c b/kernel/irq/irqdesc.c
index 9be995f..5b8fdd6 100644
--- a/kernel/irq/irqdesc.c
+++ b/kernel/irq/irqdesc.c
@@ -750,7 +750,7 @@ void irq_free_descs(unsigned int from, unsigned int cnt)
EXPORT_SYMBOL_GPL(irq_free_descs);

/**
- * irq_alloc_descs - allocate and initialize a range of irq descriptors
+ * __irq_alloc_descs - allocate and initialize a range of irq descriptors
* @irq: Allocate for specific irq number if irq >= 0
* @from: Start the search from this irq number
* @cnt: Number of consecutive irqs to allocate.