Re: [PATCH] sched/fair: rename variable cpu_util eff_util

From: Valentin Schneider
Date: Mon Jun 12 2023 - 11:45:42 EST


On 11/06/23 08:25, Tom Rix wrote:
> cppcheck reports
> kernel/sched/fair.c:7436:17: style: Local variable 'cpu_util' shadows outer function [shadowFunction]
> unsigned long cpu_util;
> ^
>
> Clean this up by renaming the variable to eff_util
>
> Signed-off-by: Tom Rix <trix@xxxxxxxxxx>

Reviewed-by: Valentin Schneider <vschneid@xxxxxxxxxx>