Skip to content

Commit e418cd2

Browse files
Zhang Qiaohtejun
authored andcommitted
sched/ext: Fix unmatch trailing comment of CONFIG_EXT_GROUP_SCHED
The #endif trailing comment of CONFIG_EXT_GROUP_SCHED is unmatched, so fix it. Signed-off-by: Zhang Qiao <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent 8427acb commit e418cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/sched/ext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ struct sched_ext_ops {
589589
* Update @tg's weight to @weight.
590590
*/
591591
void (*cgroup_set_weight)(struct cgroup *cgrp, u32 weight);
592-
#endif /* CONFIG_CGROUPS */
592+
#endif /* CONFIG_EXT_GROUP_SCHED */
593593

594594
/*
595595
* All online ops must come before ops.cpu_online().

0 commit comments

Comments
 (0)