]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commita0f8eefb127f5be07628954f310a7fc8c82b2fc3
tree58fa4263824fa3b907b9ef70b1255fcf7c3c791b
parentb40d293eb36ba40cd428b6d178db911174689702
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: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutree_plugin.h