* [PATCH] sched: fix kernel-doc warnings in kernel/sched/fair.c
@ 2012-08-19 0:45 Randy Dunlap
2012-08-20 6:31 ` Peter Zijlstra
2012-09-04 18:46 ` [tip:sched/core] sched: Fix kernel-doc warnings in kernel/sched/ fair.c tip-bot for Randy Dunlap
0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2012-08-19 0:45 UTC (permalink / raw)
To: LKML; +Cc: Ingo Molnar, Peter Zijlstra
From: Randy Dunlap <rdunlap@xenotime.net>
Fix kernel-doc warnings in kernel/sched/fair.c:
Warning(kernel/sched/fair.c:3660): Excess function parameter 'cpus' description in 'update_sg_lb_stats'
Warning(kernel/sched/fair.c:3806): Excess function parameter 'cpus' description in 'update_sd_lb_stats'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
---
kernel/sched/fair.c | 2 --
1 file changed, 2 deletions(-)
--- lnx-36-rc2.orig/kernel/sched/fair.c
+++ lnx-36-rc2/kernel/sched/fair.c
@@ -3650,7 +3650,6 @@ fix_small_capacity(struct sched_domain *
* @group: sched_group whose statistics are to be updated.
* @load_idx: Load index of sched_domain of this_cpu for load calc.
* @local_group: Does group contain this_cpu.
- * @cpus: Set of cpus considered for load balancing.
* @balance: Should we balance.
* @sgs: variable to hold the statistics for this group.
*/
@@ -3797,7 +3796,6 @@ static bool update_sd_pick_busiest(struc
/**
* update_sd_lb_stats - Update sched_domain's statistics for load balancing.
* @env: The load balancing environment.
- * @cpus: Set of cpus considered for load balancing.
* @balance: Should we balance.
* @sds: variable to hold the statistics for this sched_domain.
*/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] sched: fix kernel-doc warnings in kernel/sched/fair.c
2012-08-19 0:45 [PATCH] sched: fix kernel-doc warnings in kernel/sched/fair.c Randy Dunlap
@ 2012-08-20 6:31 ` Peter Zijlstra
2012-09-04 18:46 ` [tip:sched/core] sched: Fix kernel-doc warnings in kernel/sched/ fair.c tip-bot for Randy Dunlap
1 sibling, 0 replies; 3+ messages in thread
From: Peter Zijlstra @ 2012-08-20 6:31 UTC (permalink / raw)
To: Randy Dunlap; +Cc: LKML, Ingo Molnar
On Sat, 2012-08-18 at 17:45 -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@xenotime.net>
>
> Fix kernel-doc warnings in kernel/sched/fair.c:
>
> Warning(kernel/sched/fair.c:3660): Excess function parameter 'cpus' description in 'update_sg_lb_stats'
> Warning(kernel/sched/fair.c:3806): Excess function parameter 'cpus' description in 'update_sd_lb_stats'
Thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:sched/core] sched: Fix kernel-doc warnings in kernel/sched/ fair.c
2012-08-19 0:45 [PATCH] sched: fix kernel-doc warnings in kernel/sched/fair.c Randy Dunlap
2012-08-20 6:31 ` Peter Zijlstra
@ 2012-09-04 18:46 ` tip-bot for Randy Dunlap
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Randy Dunlap @ 2012-09-04 18:46 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, a.p.zijlstra, rdunlap, tglx
Commit-ID: 9450d57eab5cad36774c297da123062744472588
Gitweb: http://git.kernel.org/tip/9450d57eab5cad36774c297da123062744472588
Author: Randy Dunlap <rdunlap@xenotime.net>
AuthorDate: Sat, 18 Aug 2012 17:45:08 -0700
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Tue, 4 Sep 2012 14:30:49 +0200
sched: Fix kernel-doc warnings in kernel/sched/fair.c
Fix two kernel-doc warnings in kernel/sched/fair.c:
Warning(kernel/sched/fair.c:3660): Excess function parameter 'cpus' description in 'update_sg_lb_stats'
Warning(kernel/sched/fair.c:3806): Excess function parameter 'cpus' description in 'update_sd_lb_stats'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/50303714.3090204@xenotime.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
kernel/sched/fair.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 86ad83c..42d9df6 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -3658,7 +3658,6 @@ fix_small_capacity(struct sched_domain *sd, struct sched_group *group)
* @group: sched_group whose statistics are to be updated.
* @load_idx: Load index of sched_domain of this_cpu for load calc.
* @local_group: Does group contain this_cpu.
- * @cpus: Set of cpus considered for load balancing.
* @balance: Should we balance.
* @sgs: variable to hold the statistics for this group.
*/
@@ -3805,7 +3804,6 @@ static bool update_sd_pick_busiest(struct lb_env *env,
/**
* update_sd_lb_stats - Update sched_domain's statistics for load balancing.
* @env: The load balancing environment.
- * @cpus: Set of cpus considered for load balancing.
* @balance: Should we balance.
* @sds: variable to hold the statistics for this sched_domain.
*/
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-09-04 18:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-19 0:45 [PATCH] sched: fix kernel-doc warnings in kernel/sched/fair.c Randy Dunlap
2012-08-20 6:31 ` Peter Zijlstra
2012-09-04 18:46 ` [tip:sched/core] sched: Fix kernel-doc warnings in kernel/sched/ fair.c tip-bot for Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).