Skip to content

Commit

Permalink
rcu: Fix incorrect notes for code
Browse files Browse the repository at this point in the history
Signed-off-by: Liu Ping Fan <kernelfans@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
  • Loading branch information
Liu Ping Fan authored and Paul E. McKenney committed Apr 29, 2014
1 parent 91dc954 commit 24342c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/rcu/tree_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 24342c9

Please sign in to comment.