mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-25 17:30:06 -05:00
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 <zhangqiao22@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user