diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2008-12-31 16:45:50 +0800 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-01-01 10:12:13 +1030 |
commit | e9690a6e4b1615cb0102e425e04b7ce29e7858e2 (patch) | |
tree | 5f852c75ffd22de0d0ee4ee710568e67053465b8 /lib | |
parent | f320786063a9d1f885d2cf34ab44aa69c1d88f43 (diff) | |
download | linux-3.10-e9690a6e4b1615cb0102e425e04b7ce29e7858e2.tar.gz linux-3.10-e9690a6e4b1615cb0102e425e04b7ce29e7858e2.tar.bz2 linux-3.10-e9690a6e4b1615cb0102e425e04b7ce29e7858e2.zip |
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 a24edf137f4..8e1496cb63f 100644 --- a/lib/cpumask.c +++ b/lib/cpumask.c @@ -132,7 +132,7 @@ EXPORT_SYMBOL(alloc_cpumask_var); * @mask: pointer to cpumask_var_t where the cpumask is returned * * Only defined when CONFIG_CPUMASK_OFFSTACK=y, otherwise is - * a nop returning a constant 1 (in <linux/cpumask.h>) + * a nop (in <linux/cpumask.h>). * Either returns an allocated (zero-filled) cpumask, or causes the * system to panic. */ |