summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
diff options
context:
space:
mode:
authorPaul E. McKenney2018-11-27 03:33:25 +0100
committerPaul E. McKenney2019-01-26 00:35:23 +0100
commit39abefe7433236735c92749492fd045fd40c071e (patch)
treecf96353da0f021260504c39704af8b02d5787f54 /kernel/rcu/tree.c
parentrcu: Remove preemption disabling from expedited CPU selection (diff)
downloadkernel-qcow2-linux-39abefe7433236735c92749492fd045fd40c071e.tar.gz
kernel-qcow2-linux-39abefe7433236735c92749492fd045fd40c071e.tar.xz
kernel-qcow2-linux-39abefe7433236735c92749492fd045fd40c071e.zip
rcu: Repair rcu_nmi_exit() docbook header
This commit removes the "@irq" argument from the rcu_nmi_exit() docbook header, given that this function now has no arguments. Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Diffstat (limited to 'kernel/rcu/tree.c')
-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 e67f8dc1894b..9cbadddf1f31 100644
--- a/kernel/rcu/tree.c
+++ b/kernel/rcu/tree.c
@@ -725,7 +725,6 @@ static __always_inline void rcu_nmi_exit_common(bool irq)
/**
* rcu_nmi_exit - inform RCU of exit from NMI context
- * @irq: Is this call from rcu_irq_exit?
*
* If you add or remove a call to rcu_nmi_exit(), be sure to test
* with CONFIG_RCU_EQS_DEBUG=y.