1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Rami Rosen 2016-01-09 23:33:06 +02:00 committed by Tejun Heo
parent ed89c005b0
commit 2cfa2b191e
1 changed files with 1 additions and 1 deletions

View File

@ -4037,7 +4037,7 @@ int cgroup_transfer_tasks(struct cgroup *to, struct cgroup *from)
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.
*/
do {