Commit e9690a6e4b1615cb0102e425e04b7ce29e7858e2

Authored by Li Zefan
Committed by Rusty Russell
1 parent f320786063

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -132,7 +132,7 @@
132 132 * @mask: pointer to cpumask_var_t where the cpumask is returned
133 133 *
134 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 136 * Either returns an allocated (zero-filled) cpumask, or causes the
137 137 * system to panic.
138 138 */