fixed typo in the epb verbose message for cpufreqctl

This commit is contained in:
Anton Tamakhin 2024-09-11 10:21:47 +04:00
parent 0a4aaf1f74
commit 3476424a5e

View File

@ -319,10 +319,10 @@ case $OPTION in
--epb)
if [ ! -z $AVAILABLE ]; then cat $FLROOT/cpu0/power/energy_perf_bias
elif [ -z $VALUE ]; then
verbose "Getting CPU"$CORE" EBPs"
verbose "Getting CPU"$CORE" EPBs"
get_energy_performance_bias
else
verbose "Setting CPU"$CORE" EBPs to "$VALUE
verbose "Setting CPU"$CORE" EPBs to "$VALUE
set_energy_performance_bias
fi
;;