From: Paul E. McKenney Date: Tue, 27 Nov 2018 02:33:25 +0000 (-0800) Subject: rcu: Repair rcu_nmi_exit() docbook header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=39abefe7433236735c92749492fd045fd40c071e;p=linux.git 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 Signed-off-by: Paul E. McKenney --- diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index e67f8dc1894bb..9cbadddf1f31a 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.