]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
sched/ext: Fix unmatch trailing comment of CONFIG_EXT_GROUP_SCHED
authorZhang Qiao <zhangqiao22@huawei.com>
Thu, 26 Sep 2024 02:15:04 +0000 (10:15 +0800)
committerTejun Heo <tj@kernel.org>
Fri, 27 Sep 2024 21:06:28 +0000 (11:06 -1000)
The #endif trailing comment of CONFIG_EXT_GROUP_SCHED is unmatched, so fix
it.

Signed-off-by: Zhang Qiao <zhangqiao22@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c

index 74d0ebc5e15eb3c0892891c2d73eb9eaab0921cb..0e8eac19daa40ee2f7ec42d304587e42efcd4bf4 100644 (file)
@@ -589,7 +589,7 @@ struct sched_ext_ops {
         * Update @tg's weight to @weight.
         */
        void (*cgroup_set_weight)(struct cgroup *cgrp, u32 weight);
-#endif /* CONFIG_CGROUPS */
+#endif /* CONFIG_EXT_GROUP_SCHED */
 
        /*
         * All online ops must come before ops.cpu_online().