Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f817d67 authored by Jan Schoenherr's avatar Jan Schoenherr Committed by Ingo Molnar
Browse files

sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'

parent 9763b67f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -8362,7 +8362,7 @@ static inline void unregister_fair_sched_group(struct task_group *tg, int cpu)
	list_del_leaf_cfs_rq(tg->cfs_rq[cpu]);
	list_del_leaf_cfs_rq(tg->cfs_rq[cpu]);
	raw_spin_unlock_irqrestore(&rq->lock, flags);
	raw_spin_unlock_irqrestore(&rq->lock, flags);
}
}
#else /* !CONFG_FAIR_GROUP_SCHED */
#else /* !CONFIG_FAIR_GROUP_SCHED */
static inline void free_fair_sched_group(struct task_group *tg)
static inline void free_fair_sched_group(struct task_group *tg)
{
{
}
}