浏览代码

rcu: Fix incorrect notes for code

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>
Liu Ping Fan 11 年之前
父节点
当前提交
24342c963a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/rcu/tree_plugin.h

+ 1 - 1
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)