aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpumask.h
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@gmail.com>2016-08-02 14:05:42 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-08-02 19:35:24 -0400
commitb06fb415331a7beb841f3d20d0fe60f6f0787dba (patch)
tree30b52e13dd620c85710bb9f770e188932bfd27dd /include/linux/cpumask.h
parentkernel/exit.c: quieten greatest stack depth printk (diff)
downloadlinux-dev-b06fb415331a7beb841f3d20d0fe60f6f0787dba.tar.xz
linux-dev-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>
Diffstat (limited to 'include/linux/cpumask.h')
-rw-r--r--include/linux/cpumask.h2
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.
*