Skip to content

Commit

Permalink
rcu: Remove redundant return from rcu_report_exp_rnp()
Browse files Browse the repository at this point in the history
Empty void functions do not need "return", so this commit removes it
from rcu_report_exp_rnp().

Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
  • Loading branch information
KAGA-KOKO authored and paulmck committed Dec 11, 2011
1 parent b40d293 commit a0f8eef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/rcutree_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a0f8eef

Please sign in to comment.