Skip to content

Commit

Permalink
kernel/cgroup.c: fix 2 kernel-doc warnings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabian Frederick authored and htejun committed May 5, 2014
1 parent 15a4c83 commit 6010694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ struct task_struct *cgroup_taskset_next(struct cgroup_taskset *tset)

/**
* cgroup_task_migrate - move a task from one cgroup to another.
* @old_cgrp; the cgroup @tsk is being migrated from
* @old_cgrp: the cgroup @tsk is being migrated from
* @tsk: the task being migrated
* @new_cset: the new css_set @tsk is being attached to
*
Expand Down Expand Up @@ -4586,7 +4586,7 @@ static int cgroup_destroy_locked(struct cgroup *cgrp)

/**
* cgroup_destroy_css_killed - the second step of cgroup destruction
* @work: cgroup->destroy_free_work
* @cgrp: the cgroup whose csses have just finished offlining
*
* This function is invoked from a work item for a cgroup which is being
* destroyed after all css's are offlined and performs the rest of
Expand Down

0 comments on commit 6010694

Please sign in to comment.