rcu: Remove redundant return from rcu_report_exp_rnp()
authorThomas Gleixner <tglx@linutronix.de>
Thu, 3 Nov 2011 19:08:17 +0000 (12:08 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 11 Dec 2011 18:31:29 +0000 (10:31 -0800)
Empty void functions do not need "return", so this commit removes it
from rcu_report_exp_rnp().

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutree_plugin.h

index 0f095d1cc16db1a72d06f65fde69cf9ccee0deb2..7a7961feeecf2e9a1f3e2517667d6229379b3acc 100644 (file)
@@ -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 */