mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] sched: remove bogus parameter in structured comment
@ 2013-10-10 10:20 Ramkumar Ramachandra
  2013-10-12 17:22 ` [tip:sched/core] sched: Remove " tip-bot for Ramkumar Ramachandra
  0 siblings, 1 reply; 2+ messages in thread
From: Ramkumar Ramachandra @ 2013-10-10 10:20 UTC (permalink / raw)
  To: LKML; +Cc: Joonsoo Kim, Ingo Molnar, Peter Zijlstra

The balance parameter was removed by 23f0d20 (sched: Factor out code to
should_we_balance(), 2013-08-06).

Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
---
 kernel/sched/fair.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 7c70201..d127dfe 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -4696,7 +4696,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.
- * @balance: Should we balance.
  * @sds: variable to hold the statistics for this sched_domain.
  */
 static inline void update_sd_lb_stats(struct lb_env *env,
-- 
1.8.4.477.g5d89aa9


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tip:sched/core] sched: Remove bogus parameter in structured comment
  2013-10-10 10:20 [PATCH] sched: remove bogus parameter in structured comment Ramkumar Ramachandra
@ 2013-10-12 17:22 ` tip-bot for Ramkumar Ramachandra
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Ramkumar Ramachandra @ 2013-10-12 17:22 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, peterz, iamjoonsoo.kim, artagnon, tglx

Commit-ID:  62e947cb0cd27c392aabe732c64f5023e272cf0e
Gitweb:     http://git.kernel.org/tip/62e947cb0cd27c392aabe732c64f5023e272cf0e
Author:     Ramkumar Ramachandra <artagnon@gmail.com>
AuthorDate: Thu, 10 Oct 2013 15:50:33 +0530
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Sat, 12 Oct 2013 19:01:24 +0200

sched: Remove bogus parameter in structured comment

The balance parameter was removed by 23f0d20 ("sched: Factor out
code to should_we_balance()", 2013-08-06).

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1381400433-2030-1-git-send-email-artagnon@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 kernel/sched/fair.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 803e343..8274679 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -5586,7 +5586,6 @@ static inline enum fbq_type fbq_classify_rq(struct rq *rq)
 /**
  * update_sd_lb_stats - Update sched_domain's statistics for load balancing.
  * @env: The load balancing environment.
- * @balance: Should we balance.
  * @sds: variable to hold the statistics for this sched_domain.
  */
 static inline void update_sd_lb_stats(struct lb_env *env, struct sd_lb_stats *sds)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-12 17:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-10 10:20 [PATCH] sched: remove bogus parameter in structured comment Ramkumar Ramachandra
2013-10-12 17:22 ` [tip:sched/core] sched: Remove " tip-bot for Ramkumar Ramachandra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome