Re: [PATCH] cpumask: fix code comment

From: Rusty Russell
Date: Wed Jun 08 2016 - 19:28:39 EST


Geliang Tang <geliangtang@xxxxxxxxx> writes:
> Fix code comment for cpumask_parse().
>
> Signed-off-by: Geliang Tang <geliangtang@xxxxxxxxx>

Acked-by: Rusty Russell <rusty@xxxxxxxxxxxxxxx>

(CC'd trivial@xxxxxxxxxx).

Thanks,
Rusty.

> ---
> include/linux/cpumask.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h
> index e828cf6..da7fbf1 100644
> --- a/include/linux/cpumask.h
> +++ b/include/linux/cpumask.h
> @@ -579,7 +579,7 @@ static inline int cpumask_parselist_user(const char __user *buf, int len,
> }
>
> /**
> - * cpumask_parse - extract a cpumask from from a string
> + * cpumask_parse - extract a cpumask from a string
> * @buf: the buffer to extract from
> * @dstp: the cpumask to set.
> *
> --
> 1.9.1