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:
ed89c00
)
cgroup: fix a typo.
author
Rami Rosen
<rami.rosen@intel.com>
Sat, 9 Jan 2016 21:33:06 +0000
(23:33 +0200)
committer
Tejun Heo
<tj@kernel.org>
Sun, 10 Jan 2016 17:26:45 +0000
(12:26 -0500)
This patch fixes a typo in a comment in cgroup.c.
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/cgroup.c
b/kernel/cgroup.c
index 122ec55433352f08a4bfa541bb936966e8d6e92f..effb6366fd08bf2aede17853141d1c06abd2c9ec 100644
(file)
--- a/
kernel/cgroup.c
+++ b/
kernel/cgroup.c
@@
-4037,7
+4037,7
@@
int cgroup_transfer_tasks(struct cgroup *to, struct cgroup *from)
goto out_err;
/*
- * Migrate tasks one-by-one until @f
or
m is empty. This fails iff
+ * Migrate tasks one-by-one until @f
ro
m is empty. This fails iff
* ->can_attach() fails.
*/
do {