From: Liu Ping Fan Date: Mon, 24 Feb 2014 14:18:09 +0000 (-0800) Subject: rcu: Fix incorrect notes for code X-Git-Tag: next-20140430~27^2~1^2~17 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=24342c963a7fc04ec8f199778427943509f0bd5e;p=karo-tx-linux.git rcu: Fix incorrect notes for code Signed-off-by: Liu Ping Fan Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h index 962d1d589929..f9c9057239a9 100644 --- a/kernel/rcu/tree_plugin.h +++ b/kernel/rcu/tree_plugin.h @@ -2109,7 +2109,7 @@ static void rcu_init_one_nocb(struct rcu_node *rnp) } #ifndef CONFIG_RCU_NOCB_CPU_ALL -/* Is the specified CPU a no-CPUs CPU? */ +/* Is the specified CPU a no-CBs CPU? */ bool rcu_is_nocb_cpu(int cpu) { if (have_rcu_nocb_mask)