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>
This commit is contained in:
Родитель
a4c96ae319
Коммит
9450d57eab
|
@ -3658,7 +3658,6 @@ fix_small_capacity(struct sched_domain *sd, struct sched_group *group)
|
||||||
* @group: sched_group whose statistics are to be updated.
|
* @group: sched_group whose statistics are to be updated.
|
||||||
* @load_idx: Load index of sched_domain of this_cpu for load calc.
|
* @load_idx: Load index of sched_domain of this_cpu for load calc.
|
||||||
* @local_group: Does group contain this_cpu.
|
* @local_group: Does group contain this_cpu.
|
||||||
* @cpus: Set of cpus considered for load balancing.
|
|
||||||
* @balance: Should we balance.
|
* @balance: Should we balance.
|
||||||
* @sgs: variable to hold the statistics for this group.
|
* @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.
|
* update_sd_lb_stats - Update sched_domain's statistics for load balancing.
|
||||||
* @env: The load balancing environment.
|
* @env: The load balancing environment.
|
||||||
* @cpus: Set of cpus considered for load balancing.
|
|
||||||
* @balance: Should we balance.
|
* @balance: Should we balance.
|
||||||
* @sds: variable to hold the statistics for this sched_domain.
|
* @sds: variable to hold the statistics for this sched_domain.
|
||||||
*/
|
*/
|
||||||
|
|
Загрузка…
Ссылка в новой задаче