Skip to content

Commit

Permalink
cpumask: fix bogus kernel-doc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Li Zefan authored and Rusty Russell committed Dec 31, 2008
1 parent f320786 commit e9690a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cpumask.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit e9690a6

Please sign in to comment.