Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2cfa2b19 authored by Rami Rosen's avatar Rami Rosen Committed by Tejun Heo
Browse files

cgroup: fix a typo.



This patch fixes a typo in a comment in cgroup.c.

Signed-off-by: default avatarRami Rosen <rami.rosen@intel.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent ed89c005
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {