projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0aed7c
)
cgroup: fix a comment typo
author
Geliang Tang
<geliangtang@gmail.com>
Sat, 24 Dec 2016 15:28:35 +0000
(23:28 +0800)
committer
Tejun Heo
<tj@kernel.org>
Tue, 27 Dec 2016 19:52:47 +0000
(14:52 -0500)
Fix a comment typo in cgroup.h.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/cgroup.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/cgroup.h
b/include/linux/cgroup.h
index c83c23f0577bd908df08298dcbde74a7961dcf8c..f6b43fbb141c9ad03c1e05880e8c2228743d076e 100644
(file)
--- a/
include/linux/cgroup.h
+++ b/
include/linux/cgroup.h
@@
-266,7
+266,7
@@
void css_task_iter_end(struct css_task_iter *it);
* cgroup_taskset_for_each_leader - iterate group leaders in a cgroup_taskset
* @leader: the loop cursor
* @dst_css: the destination css
- * @tset: takset to iterate
+ * @tset: ta
s
kset to iterate
*
* Iterate threadgroup leaders of @tset. For single-task migrations, @tset
* may not contain any.