Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39abefe7 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

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: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.ibm.com>
parent 5a0874c1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.