diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2013-10-10 06:20:33 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-10-12 13:01:24 -0400 |
commit | 62e947cb0cd27c392aabe732c64f5023e272cf0e (patch) | |
tree | cbe389e622400c9f610acbe8341aced7c5f46e86 | |
parent | 88f182dd779b9d350b4774c12d16633a5b60f50c (diff) |
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>
-rw-r--r-- | kernel/sched/fair.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 803e343d7c89..82746796578d 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) | |||
5586 | /** | 5586 | /** |
5587 | * update_sd_lb_stats - Update sched_domain's statistics for load balancing. | 5587 | * update_sd_lb_stats - Update sched_domain's statistics for load balancing. |
5588 | * @env: The load balancing environment. | 5588 | * @env: The load balancing environment. |
5589 | * @balance: Should we balance. | ||
5590 | * @sds: variable to hold the statistics for this sched_domain. | 5589 | * @sds: variable to hold the statistics for this sched_domain. |
5591 | */ | 5590 | */ |
5592 | static inline void update_sd_lb_stats(struct lb_env *env, struct sd_lb_stats *sds) | 5591 | static inline void update_sd_lb_stats(struct lb_env *env, struct sd_lb_stats *sds) |