The comments for cpumask_parse() and cpulist_parse() each describe
the wrong function. Just exchange the comments.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
}
/*
- * Parses string with list of CPU ranges.
+ * Parses string with CPUs mask.
*/
int cpumask_parse(const char *str, cpu_set_t *set, size_t setsize)
{
}
/*
- * Parses string with CPUs mask.
+ * Parses string with list of CPU ranges.
*/
int cpulist_parse(const char *str, cpu_set_t *set, size_t setsize, int fail)
{