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

Commit cd3bd4e6 authored by Masanari Iida's avatar Masanari Iida Committed by Ingo Molnar
Browse files

sched/fair: Fix 'make xmldocs' warning caused by missing description



This patch fix following warning caused by missing description
"overload" in kernel/sched/fair.c

Warning(.//kernel/sched/fair.c:5906): No description found for
parameter 'overload'

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarPeter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1406518686-7274-1-git-send-email-standby24x7@gmail.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent c13db6b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -5898,6 +5898,7 @@ static inline int sg_capacity_factor(struct lb_env *env, struct sched_group *gro
 * @load_idx: Load index of sched_domain of this_cpu for load calc.
 * @load_idx: Load index of sched_domain of this_cpu for load calc.
 * @local_group: Does group contain this_cpu.
 * @local_group: Does group contain this_cpu.
 * @sgs: variable to hold the statistics for this group.
 * @sgs: variable to hold the statistics for this group.
 * @overload: Indicate more than one runnable task for any CPU.
 */
 */
static inline void update_sg_lb_stats(struct lb_env *env,
static inline void update_sg_lb_stats(struct lb_env *env,
			struct sched_group *group, int load_idx,
			struct sched_group *group, int load_idx,