All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip: core/rcu] kernel/rcu/tree.c: Fix kernel-doc warnings
@ 2020-07-31  9:23 tip-bot2 for Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: tip-bot2 for Randy Dunlap @ 2020-07-31  9:23 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Randy Dunlap, Byungchul Park, Joel Fernandes (Google),
	Paul E. McKenney, x86, LKML

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

Commit-ID:     c3cb47a6cc74af0b79579ba167d7124eb669fbaa
Gitweb:        https://git.kernel.org/tip/c3cb47a6cc74af0b79579ba167d7124eb669fbaa
Author:        Randy Dunlap <rdunlap@infradead.org>
AuthorDate:    Mon, 15 Jun 2020 12:28:05 -07:00
Committer:     Paul E. McKenney <paulmck@kernel.org>
CommitterDate: Mon, 29 Jun 2020 11:58:51 -07:00

kernel/rcu/tree.c: Fix kernel-doc warnings

Fix kernel-doc warning:

../kernel/rcu/tree.c:959: warning: Excess function parameter 'irq' description in 'rcu_nmi_enter'

Fixes: cf7614e13c8f ("rcu: Refactor rcu_{nmi,irq}_{enter,exit}()")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Byungchul Park <byungchul.park@lge.com>
Cc: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
---
 kernel/rcu/tree.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
index c8196fa..ef05aac 100644
--- a/kernel/rcu/tree.c
+++ b/kernel/rcu/tree.c
@@ -954,7 +954,6 @@ void __rcu_irq_enter_check_tick(void)
 
 /**
  * rcu_nmi_enter - inform RCU of entry to NMI context
- * @irq: Is this call from rcu_irq_enter?
  *
  * If the CPU was idle from RCU's viewpoint, update rdp->dynticks and
  * rdp->dynticks_nmi_nesting to let the RCU grace-period handling know

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

only message in thread, other threads:[~2020-07-31  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-31  9:23 [tip: core/rcu] kernel/rcu/tree.c: Fix kernel-doc warnings tip-bot2 for Randy Dunlap

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.