summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorPaul Bolle2014-02-09 14:35:11 +0100
committerPaul E. McKenney2014-02-18 00:02:08 +0100
commit52e2bb958ac4f9b3c4bdd78606d279852fd72922 (patch)
tree8451ee118a6de5160e41e80a6b83f208e24a0370 /kernel
parentrcu: Define rcu_assign_pointer() in terms of smp_store_release() (diff)
downloadkernel-qcow2-linux-52e2bb958ac4f9b3c4bdd78606d279852fd72922.tar.gz
kernel-qcow2-linux-52e2bb958ac4f9b3c4bdd78606d279852fd72922.tar.xz
kernel-qcow2-linux-52e2bb958ac4f9b3c4bdd78606d279852fd72922.zip
rcu: Disambiguate CONFIG_RCU_NOCB_CPUs
This commit fixes a grammar issue in the rcu_nohz_full_cpu() comment header, so that it is clear that the plural is CPUs not Kconfig options. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/rcu/tree_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h
index f9b9cdd36c8d..fffe4178a23d 100644
--- a/kernel/rcu/tree_plugin.h
+++ b/kernel/rcu/tree_plugin.h
@@ -2893,7 +2893,7 @@ static void rcu_sysidle_init_percpu_data(struct rcu_dynticks *rdtp)
* CPU unless the grace period has extended for too long.
*
* This code relies on the fact that all NO_HZ_FULL CPUs are also
- * CONFIG_RCU_NOCB_CPUs.
+ * CONFIG_RCU_NOCB_CPU CPUs.
*/
static bool rcu_nohz_full_cpu(struct rcu_state *rsp)
{