The comments for cpumask_parse() and cpulist_parse() each describe the wrong function. Just exchange the comments. Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> --- lib/cpuset.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cpuset.c b/lib/cpuset.c index dd31f52..842e8c8 100644 --- a/lib/cpuset.c +++ b/lib/cpuset.c @@ -221,7 +221,7 @@ char *cpumask_create(char *str, size_t len, } /* - * 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) { @@ -262,7 +262,7 @@ 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) { -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html