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

Commit a0f8eefb authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Paul E. McKenney
Browse files

rcu: Remove redundant return from rcu_report_exp_rnp()



Empty void functions do not need "return", so this commit removes it
from rcu_report_exp_rnp().

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent b40d293e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1080,7 +1080,6 @@ EXPORT_SYMBOL_GPL(synchronize_rcu_expedited);
static void rcu_report_exp_rnp(struct rcu_state *rsp, struct rcu_node *rnp,
			       bool wake)
{
	return;
}

#endif /* #ifdef CONFIG_HOTPLUG_CPU */