diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-05-05 14:08:13 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-05-05 14:33:04 -0400 |
commit | 60106946ca7f63396680130b25511ccf6b7d5bff (patch) | |
tree | e216fe989c8cb55e4b6419f3862d63a231777c4d /kernel | |
parent | 15a4c835e4ed3e60dd68727cd1907e3dd89563f4 (diff) |
kernel/cgroup.c: fix 2 kernel-doc warnings
Fix typo and variable name.
tj: Updated @cgrp argument description in cgroup_destroy_css_killed()
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/cgroup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c index a1a20e8c973a..07815ef7b1f6 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c | |||
@@ -1888,7 +1888,7 @@ struct task_struct *cgroup_taskset_next(struct cgroup_taskset *tset) | |||
1888 | 1888 | ||
1889 | /** | 1889 | /** |
1890 | * cgroup_task_migrate - move a task from one cgroup to another. | 1890 | * cgroup_task_migrate - move a task from one cgroup to another. |
1891 | * @old_cgrp; the cgroup @tsk is being migrated from | 1891 | * @old_cgrp: the cgroup @tsk is being migrated from |
1892 | * @tsk: the task being migrated | 1892 | * @tsk: the task being migrated |
1893 | * @new_cset: the new css_set @tsk is being attached to | 1893 | * @new_cset: the new css_set @tsk is being attached to |
1894 | * | 1894 | * |
@@ -4586,7 +4586,7 @@ static int cgroup_destroy_locked(struct cgroup *cgrp) | |||
4586 | 4586 | ||
4587 | /** | 4587 | /** |
4588 | * cgroup_destroy_css_killed - the second step of cgroup destruction | 4588 | * cgroup_destroy_css_killed - the second step of cgroup destruction |
4589 | * @work: cgroup->destroy_free_work | 4589 | * @cgrp: the cgroup whose csses have just finished offlining |
4590 | * | 4590 | * |
4591 | * This function is invoked from a work item for a cgroup which is being | 4591 | * This function is invoked from a work item for a cgroup which is being |
4592 | * destroyed after all css's are offlined and performs the rest of | 4592 | * destroyed after all css's are offlined and performs the rest of |