Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9690a6e authored by Li Zefan's avatar Li Zefan Committed by Rusty Russell
Browse files

cpumask: fix bogus kernel-doc



Impact: fix kernel-doc

alloc_bootmem_cpumask_var() returns avoid.

Signed-off-by: default avatarLi Zefan <lizf@cn.fujitsu.com>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent f3207860
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -132,7 +132,7 @@ EXPORT_SYMBOL(alloc_cpumask_var);
 * @mask: pointer to cpumask_var_t where the cpumask is returned
 * @mask: pointer to cpumask_var_t where the cpumask is returned
 *
 *
 * Only defined when CONFIG_CPUMASK_OFFSTACK=y, otherwise is
 * 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
 * Either returns an allocated (zero-filled) cpumask, or causes the
 * system to panic.
 * system to panic.
 */
 */