diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2008-12-31 03:45:50 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-12-31 18:42:13 -0500 |
commit | e9690a6e4b1615cb0102e425e04b7ce29e7858e2 (patch) | |
tree | 5f852c75ffd22de0d0ee4ee710568e67053465b8 /lib | |
parent | f320786063a9d1f885d2cf34ab44aa69c1d88f43 (diff) |
cpumask: fix bogus kernel-doc
Impact: fix kernel-doc
alloc_bootmem_cpumask_var() returns avoid.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cpumask.c | 2 |
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 | */ |