Skip to content

Commit 62e947c

Browse files
artagnonIngo Molnar
authored andcommitted
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 <[email protected]> Cc: Joonsoo Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 88f182d commit 62e947c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/sched/fair.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5586,7 +5586,6 @@ static inline enum fbq_type fbq_classify_rq(struct rq *rq)
55865586
/**
55875587
* update_sd_lb_stats - Update sched_domain's statistics for load balancing.
55885588
* @env: The load balancing environment.
5589-
* @balance: Should we balance.
55905589
* @sds: variable to hold the statistics for this sched_domain.
55915590
*/
55925591
static inline void update_sd_lb_stats(struct lb_env *env, struct sd_lb_stats *sds)

0 commit comments

Comments
 (0)