aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/cpumask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cpumask.c b/lib/cpumask.c
index a24edf137f41..8e1496cb63f7 100644
--- a/lib/cpumask.c
+++ b/lib/cpumask.c
@@ -132,7 +132,7 @@ EXPORT_SYMBOL(alloc_cpumask_var);
132 * @mask: pointer to cpumask_var_t where the cpumask is returned 132 * @mask: pointer to cpumask_var_t where the cpumask is returned
133 * 133 *
134 * Only defined when CONFIG_CPUMASK_OFFSTACK=y, otherwise is 134 * Only defined when CONFIG_CPUMASK_OFFSTACK=y, otherwise is
135 * a nop returning a constant 1 (in <linux/cpumask.h>) 135 * a nop (in <linux/cpumask.h>).
136 * Either returns an allocated (zero-filled) cpumask, or causes the 136 * Either returns an allocated (zero-filled) cpumask, or causes the
137 * system to panic. 137 * system to panic.
138 */ 138 */