Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: editing corrections to cpufreq.rst

Change a few words and abbreviations/punctuation.

Change one echo command to include a trailing '`'.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Rafael J. Wysocki <rafael@kernel.org>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linux-pm@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250405001447.4039463-1-rdunlap@infradead.org

authored by

Randy Dunlap and committed by
Jonathan Corbet
e54ac586 3fa3b20b

+4 -4
+4 -4
Documentation/admin-guide/pm/cpufreq.rst
··· 231 231 present). 232 232 233 233 The existence of the limit may be a result of some (often unintentional) 234 - BIOS settings, restrictions coming from a service processor or another 234 + BIOS settings, restrictions coming from a service processor or other 235 235 BIOS/HW-based mechanisms. 236 236 237 237 This does not cover ACPI thermal limitations which can be discovered ··· 258 258 extension on ARM). If one cannot be determined, this attribute should 259 259 not be present. 260 260 261 - Note, that failed attempt to retrieve current frequency for a given 262 - CPU(s) will result in an appropriate error, i.e: EAGAIN for CPU that 261 + Note that failed attempt to retrieve current frequency for a given 262 + CPU(s) will result in an appropriate error, i.e.: EAGAIN for CPU that 263 263 remains idle (raised on ARM). 264 264 265 265 ``cpuinfo_max_freq`` ··· 499 499 represented by it to be 1.5 times as high as the transition latency 500 500 (the default):: 501 501 502 - # echo `$(($(cat cpuinfo_transition_latency) * 3 / 2)) > ondemand/sampling_rate 502 + # echo `$(($(cat cpuinfo_transition_latency) * 3 / 2))` > ondemand/sampling_rate 503 503 504 504 ``up_threshold`` 505 505 If the estimated CPU load is above this value (in percent), the governor