From: Miaohe Lin Date: Mon, 17 Jul 2023 11:28:00 +0000 (+0800) Subject: cgroup: fix obsolete function name X-Git-Tag: v6.6.7~2010^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f71780e7fadf778eeb45e830d31339af53533fc;p=platform%2Fkernel%2Flinux-starfive.git cgroup: fix obsolete function name cgroup_taskset_migrate() has been renamed to cgroup_migrate_execute() since commit e595cd706982 ("cgroup: track migration context in cgroup_mgctx"). Update the corresponding comment. Signed-off-by: Miaohe Lin Signed-off-by: Tejun Heo --- diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index e9a62de..aa2cc32 100644 --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c @@ -2477,7 +2477,7 @@ struct task_struct *cgroup_taskset_next(struct cgroup_taskset *tset, /* * This function may be called both before and - * after cgroup_taskset_migrate(). The two cases + * after cgroup_migrate_execute(). The two cases * can be distinguished by looking at whether @cset * has its ->mg_dst_cset set. */