All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irq: fix kernel-doc notation
@ 2019-11-13 14:41 luanshi
  2019-11-15  9:54 ` [tip: irq/core] genirq: Fix function documentation of __irq_alloc_descs() tip-bot2 for luanshi
  0 siblings, 1 reply; 2+ messages in thread
From: luanshi @ 2019-11-13 14:41 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: linux-kernel, luanshi

Fix kernel-doc notation in kernel/irq/irqdesc.c.

Signed-off-by: Liguang Zhang <zhangliguang@linux.alibaba.com>
---
 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.
-- 
1.8.3.1


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

* [tip: irq/core] genirq: Fix function documentation of __irq_alloc_descs()
  2019-11-13 14:41 [PATCH] irq: fix kernel-doc notation luanshi
@ 2019-11-15  9:54 ` tip-bot2 for luanshi
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for luanshi @ 2019-11-15  9:54 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Liguang Zhang, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
	linux-kernel

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@linux.alibaba.com>
AuthorDate:    Wed, 13 Nov 2019 22:41:33 +08:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
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@linux.alibaba.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/1573656093-8643-1-git-send-email-zhangliguang@linux.alibaba.com

---
 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.

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

end of thread, other threads:[~2019-11-15  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13 14:41 [PATCH] irq: fix kernel-doc notation luanshi
2019-11-15  9:54 ` [tip: irq/core] genirq: Fix function documentation of __irq_alloc_descs() tip-bot2 for luanshi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.