* [PATCH] sched/fair: Fix 'make xmldocs' warning caused by missing description
@ 2014-07-28 3:38 Masanari Iida
2014-07-28 8:29 ` [tip:sched/core] " tip-bot for Masanari Iida
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2014-07-28 3:38 UTC (permalink / raw)
To: linux-kernel, peterz, mingo; +Cc: Masanari Iida
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>
---
kernel/sched/fair.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 45943b2..bfa3c86 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
* @load_idx: Load index of sched_domain of this_cpu for load calc.
* @local_group: Does group contain this_cpu.
* @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,
struct sched_group *group, int load_idx,
--
2.1.0.rc0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [tip:sched/core] sched/fair: Fix 'make xmldocs' warning caused by missing description
2014-07-28 3:38 [PATCH] sched/fair: Fix 'make xmldocs' warning caused by missing description Masanari Iida
@ 2014-07-28 8:29 ` tip-bot for Masanari Iida
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Masanari Iida @ 2014-07-28 8:29 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, peterz, tglx, standby24x7
Commit-ID: cd3bd4e628a6d57d66afe77835fe8d93ae3e41f8
Gitweb: http://git.kernel.org/tip/cd3bd4e628a6d57d66afe77835fe8d93ae3e41f8
Author: Masanari Iida <standby24x7@gmail.com>
AuthorDate: Mon, 28 Jul 2014 12:38:06 +0900
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Mon, 28 Jul 2014 10:04:14 +0200
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>
---
kernel/sched/fair.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 45943b2..bfa3c86 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
* @load_idx: Load index of sched_domain of this_cpu for load calc.
* @local_group: Does group contain this_cpu.
* @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,
struct sched_group *group, int load_idx,
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-28 8:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 3:38 [PATCH] sched/fair: Fix 'make xmldocs' warning caused by missing description Masanari Iida
2014-07-28 8:29 ` [tip:sched/core] " tip-bot for Masanari Iida
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox