aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/rcu
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-06-15 12:28:05 -0700
committerPaul E. McKenney <paulmck@kernel.org>2020-06-29 11:58:51 -0700
commitc3cb47a6cc74af0b79579ba167d7124eb669fbaa (patch)
treec1278d52780495f27ff9d9bf3f663866ab3b68e5 /kernel/rcu
parentrcu: grpnum just records group number (diff)
downloadwireguard-linux-c3cb47a6cc74af0b79579ba167d7124eb669fbaa.tar.xz
wireguard-linux-c3cb47a6cc74af0b79579ba167d7124eb669fbaa.zip
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>
Diffstat (limited to 'kernel/rcu')
-rw-r--r--kernel/rcu/tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
index c8196fab563c..ef05aac7f9d3 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