diff options
| author | Rami Rosen <rami.rosen@intel.com> | 2016-01-09 23:33:06 +0200 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2022-04-19 00:50:48 +0300 |
| commit | a11747d3b83792fcda92190a1d3883a4388aabab (patch) | |
| tree | 6417fd7bdde4921f419fe551fa8ea2ba9f9d8777 /kernel | |
| parent | f8c9248ec327bb6f5753cc22a2798a8b5f3a92c3 (diff) | |
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>
Signed-off-by: Chatur27 <jasonbright2709@gmail.com>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 3ac50dbdbb2b..7a3ccfb95099 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c @@ -4069,7 +4069,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 { |
