projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88f182d
)
sched: Remove bogus parameter in structured comment
author
Ramkumar Ramachandra
<artagnon@gmail.com>
Thu, 10 Oct 2013 10:20:33 +0000
(15:50 +0530)
committer
Ingo Molnar
<mingo@kernel.org>
Sat, 12 Oct 2013 17:01:24 +0000
(19:01 +0200)
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
patch
|
blob
|
blame
|
history
diff --git
a/kernel/sched/fair.c
b/kernel/sched/fair.c
index 803e343d7c895e116a38b66fff004eb5a1d00184..82746796578d593ed32ba5cdee826974a5ceecf8 100644
(file)
--- 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)