Skip to content

Commit

Permalink
fixed typo in the epb verbose message for cpufreqctl
Browse files Browse the repository at this point in the history
  • Loading branch information
snyypi committed Sep 11, 2024
1 parent 0a4aaf1 commit 3476424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cpufreqctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 3476424

Please sign in to comment.