aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-07-27 23:38:06 -0400
committerIngo Molnar <mingo@kernel.org>2014-07-28 04:04:14 -0400
commitcd3bd4e628a6d57d66afe77835fe8d93ae3e41f8 (patch)
tree1d593a5508ed7fda4b6147b70534e8d10eec5378
parentc13db6b131a4388edca9867a1457b988b83902f8 (diff)
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: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1406518686-7274-1-git-send-email-standby24x7@gmail.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--kernel/sched/fair.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 45943b2fa82b..bfa3c86d0d68 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -5898,6 +5898,7 @@ static inline int sg_capacity_factor(struct lb_env *env, struct sched_group *gro
5898 * @load_idx: Load index of sched_domain of this_cpu for load calc. 5898 * @load_idx: Load index of sched_domain of this_cpu for load calc.
5899 * @local_group: Does group contain this_cpu. 5899 * @local_group: Does group contain this_cpu.
5900 * @sgs: variable to hold the statistics for this group. 5900 * @sgs: variable to hold the statistics for this group.
5901 * @overload: Indicate more than one runnable task for any CPU.
5901 */ 5902 */
5902static inline void update_sg_lb_stats(struct lb_env *env, 5903static inline void update_sg_lb_stats(struct lb_env *env,
5903 struct sched_group *group, int load_idx, 5904 struct sched_group *group, int load_idx,