cgroup: fix a typo.
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>
This commit is contained in:
Родитель
ed89c005b0
Коммит
2cfa2b191e
|
@ -4037,7 +4037,7 @@ int cgroup_transfer_tasks(struct cgroup *to, struct cgroup *from)
|
||||||
goto out_err;
|
goto out_err;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Migrate tasks one-by-one until @form is empty. This fails iff
|
* Migrate tasks one-by-one until @from is empty. This fails iff
|
||||||
* ->can_attach() fails.
|
* ->can_attach() fails.
|
||||||
*/
|
*/
|
||||||
do {
|
do {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче