Re: [PATCH] rcu: fix incorrect notes for code

2014-02-24 Thread Paul E. McKenney
On Mon, Feb 24, 2014 at 03:56:43PM +0800, Liu Ping Fan wrote: > -/* Is the specified CPU a no-CPUs CPU? */ > +/* Is the specified CPU a no-CBs CPU? */ > bool rcu_is_nocb_cpu(int cpu) > > Signed-off-by: Liu Ping Fan Good catch, queued for 3.16.

[PATCH] rcu: fix incorrect notes for code

2014-02-23 Thread Liu Ping Fan
-/* Is the specified CPU a no-CPUs CPU? */ +/* Is the specified CPU a no-CBs CPU? */ bool rcu_is_nocb_cpu(int cpu) Signed-off-by: Liu Ping Fan --- kernel/rcu/tree_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h ind