]> git.karo-electronics.de Git - linux-beck.git/commit
cgroup: fix a typo in comment.
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>
Mon, 25 Aug 2014 11:27:52 +0000 (19:27 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 25 Aug 2014 14:49:29 +0000 (10:49 -0400)
commit251f8c0364f99fc21fcc7b07e4ec6b4f3250d841
tree16f89c95f572a2e120ea0f1a2c0cae3f21c4a0d9
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
cgroup: fix a typo in comment.

There is no function named cgroup_enable_task_cg_links().
Instead, the correct function name in this comment should
be cgroup_enabled_task_cg_lists().

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup.c