linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] IRQ: irqdesc.c: drop excess kernel-doc entry @lookup
@ 2021-06-28  0:40 Randy Dunlap
  2021-06-28 10:40 ` [irqchip: irq/irqchip-fixes] genirq/irqdesc: Drop " irqchip-bot for Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2021-06-28  0:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Marc Zyngier

Fix kernel-doc warning in irqdesc.c:

../kernel/irq/irqdesc.c:692: warning: Excess function parameter 'lookup' description in 'handle_domain_irq'

Fixes: e1c054918c6c ("genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Marc Zyngier <maz@kernel.org>
---
 kernel/irq/irqdesc.c |    1 -
 1 file changed, 1 deletion(-)

--- linux-next-20210625.orig/kernel/irq/irqdesc.c
+++ linux-next-20210625/kernel/irq/irqdesc.c
@@ -682,7 +682,6 @@ EXPORT_SYMBOL_GPL(generic_handle_domain_
  *                     usually for a root interrupt controller
  * @domain:	The domain where to perform the lookup
  * @hwirq:	The HW irq number to convert to a logical one
- * @lookup:	Whether to perform the domain lookup or not
  * @regs:	Register file coming from the low-level handling code
  *
  * Returns:	0 on success, or -EINVAL if conversion has failed

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

* [irqchip: irq/irqchip-fixes] genirq/irqdesc: Drop excess kernel-doc entry @lookup
  2021-06-28  0:40 [PATCH -next] IRQ: irqdesc.c: drop excess kernel-doc entry @lookup Randy Dunlap
@ 2021-06-28 10:40 ` irqchip-bot for Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: irqchip-bot for Randy Dunlap @ 2021-06-28 10:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Marc Zyngier, tglx

The following commit has been merged into the irq/irqchip-fixes branch of irqchip:

Commit-ID:     0e3c1f30b03599f2ee8ff3327eca53c99564ba13
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/0e3c1f30b03599f2ee8ff3327eca53c99564ba13
Author:        Randy Dunlap <rdunlap@infradead.org>
AuthorDate:    Sun, 27 Jun 2021 17:40:44 -07:00
Committer:     Marc Zyngier <maz@kernel.org>
CommitterDate: Mon, 28 Jun 2021 11:33:32 +01:00

genirq/irqdesc: Drop excess kernel-doc entry @lookup

Fix kernel-doc warning in irqdesc.c:

../kernel/irq/irqdesc.c:692: warning: Excess function parameter 'lookup' description in 'handle_domain_irq'

Fixes: e1c054918c6c ("genirq: Move non-irqdomain handle_domain_irq() handling into ARM's handle_IRQ()")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210628004044.9011-1-rdunlap@infradead.org
---
 kernel/irq/irqdesc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/irq/irqdesc.c b/kernel/irq/irqdesc.c
index f4dd518..fadb937 100644
--- a/kernel/irq/irqdesc.c
+++ b/kernel/irq/irqdesc.c
@@ -682,7 +682,6 @@ EXPORT_SYMBOL_GPL(generic_handle_domain_irq);
  *                     usually for a root interrupt controller
  * @domain:	The domain where to perform the lookup
  * @hwirq:	The HW irq number to convert to a logical one
- * @lookup:	Whether to perform the domain lookup or not
  * @regs:	Register file coming from the low-level handling code
  *
  * Returns:	0 on success, or -EINVAL if conversion has failed

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

end of thread, other threads:[~2021-06-28 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28  0:40 [PATCH -next] IRQ: irqdesc.c: drop excess kernel-doc entry @lookup Randy Dunlap
2021-06-28 10:40 ` [irqchip: irq/irqchip-fixes] genirq/irqdesc: Drop " irqchip-bot for Randy Dunlap

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