diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 9dd2ce1e5ca2aa192b669f9e7551404f1fff28aa..8415d1ec2b841e04c5270816d6e116b0f3d0277a 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c @@ -7719,7 +7719,7 @@ static inline void update_sd_lb_stats(struct lb_env *env, struct sd_lb_stats *sd * number. * * Return: 1 when packing is required and a task should be moved to - * this CPU. The amount of the imbalance is returned in *imbalance. + * this CPU. The amount of the imbalance is returned in env->imbalance. * * @env: The load balancing environment. * @sds: Statistics of the sched_domain which is to be packed