projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
627393d
)
cpumask: fix code comment
author
Geliang Tang
<geliangtang@gmail.com>
Tue, 2 Aug 2016 21:05:42 +0000
(14:05 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 2 Aug 2016 23:35:24 +0000
(19:35 -0400)
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>
include/linux/cpumask.h
patch
|
blob
|
history
diff --git
a/include/linux/cpumask.h
b/include/linux/cpumask.h
index
e828cf6
..
da7fbf1
100644
(file)
--- 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.
*