rcu: Repair rcu_nmi_exit() docbook header
authorPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 27 Nov 2018 02:33:25 +0000 (18:33 -0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Fri, 25 Jan 2019 23:35:23 +0000 (15:35 -0800)
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>
kernel/rcu/tree.c

index e67f8dc1894bb2b466101008a0563ea56d4fb0d6..9cbadddf1f31ac6d912bef493186cd236c3b9f45 100644 (file)
@@ -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.