Commit e418cd2b authored by Zhang Qiao's avatar Zhang Qiao Committed by Tejun Heo
Browse files

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: default avatarZhang Qiao <zhangqiao22@huawei.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 8427acb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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().