All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip: irq/core] genirq: Fix kernel doc indentation
@ 2021-08-13 10:49 tip-bot2 for Thomas Gleixner
  0 siblings, 0 replies; only message in thread
From: tip-bot2 for Thomas Gleixner @ 2021-08-13 10:49 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Stephen Rothwell, Thomas Gleixner, x86, linux-kernel, maz

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

Commit-ID:     04c2721d3530f0723b4c922a8fa9f26b202a20de
Gitweb:        https://git.kernel.org/tip/04c2721d3530f0723b4c922a8fa9f26b202a20de
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Fri, 13 Aug 2021 12:40:04 +02:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Fri, 13 Aug 2021 12:45:13 +02:00

genirq: Fix kernel doc indentation

Fixes: 61377ec14457 ("genirq: Clarify documentation for request_threaded_irq()")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 kernel/irq/manage.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index 34a66c4..27667e8 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -2107,9 +2107,7 @@ const void *free_nmi(unsigned int irq, void *dev_id)
  *
  *	IRQF_SHARED		Interrupt is shared
  *	IRQF_TRIGGER_*		Specify active edge(s) or level
- *	IRQF_ONESHOT		Do not unmask interrupt line until
- *				thread_fn returns
- *
+ *	IRQF_ONESHOT		Run thread_fn with interrupt line masked
  */
 int request_threaded_irq(unsigned int irq, irq_handler_t handler,
 			 irq_handler_t thread_fn, unsigned long irqflags,

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-13 10:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13 10:49 [tip: irq/core] genirq: Fix kernel doc indentation tip-bot2 for Thomas Gleixner

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.