mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02: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:
parent
8427acb6b5
commit
e418cd2b80
|
|
@ -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().
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user