diff options
author | Geliang Tang <geliangtang@gmail.com> | 2016-08-02 14:05:42 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-08-02 19:35:24 -0400 |
commit | b06fb415331a7beb841f3d20d0fe60f6f0787dba (patch) | |
tree | 30b52e13dd620c85710bb9f770e188932bfd27dd | |
parent | 627393d44860386e948bb63a8e5b53f2cc44d070 (diff) | |
download | linux-b06fb415331a7beb841f3d20d0fe60f6f0787dba.tar.gz linux-b06fb415331a7beb841f3d20d0fe60f6f0787dba.tar.bz2 linux-b06fb415331a7beb841f3d20d0fe60f6f0787dba.zip |
cpumask: fix code comment
Fix code comment for cpumask_parse().
Link: http://lkml.kernel.org/r/71aae2c60ae5dae0cf554199ce6aea8f88c69347.1465380581.git.geliangtang@gmail.com
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | include/linux/cpumask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h index e828cf65d7df..da7fbf1cdd56 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. * |