On Fri, Aug 02, 2019 at 11:46:28AM +0100, Qais Yousef wrote:
> scale_irq_capacity() call in schedutil_cpu_util() does
> 
>       util *= (max - irq)
>       util /= max
> 
> But the comment says
> 
>       util *= (1 - irq)
>       util /= max
> 
> Fix the comment to match what the scaling function does.
> 
> Signed-off-by: Qais Yousef <qais.you...@arm.com>

Thanks!

Reply via email to