diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2026-02-20 09:17:24 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2026-02-20 10:12:54 +0000 |
| commit | f1b93fc50f019c122636d6f8780f109d7be26862 (patch) | |
| tree | ecd7dd484d80bd0eccb4db1593e4318bdc3f2a22 | |
| parent | 953b9164c3d93e820a53b4fdebbde7fabb7b7644 (diff) | |
hwpstate_amd(4): Fix punctuation in 'desired_performance' knob's description
To be consistent with that of the others.
No functional change.
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | sys/x86/cpufreq/hwpstate_amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/cpufreq/hwpstate_amd.c b/sys/x86/cpufreq/hwpstate_amd.c index a1586f58166a..2649fcc5779f 100644 --- a/sys/x86/cpufreq/hwpstate_amd.c +++ b/sys/x86/cpufreq/hwpstate_amd.c @@ -1040,7 +1040,7 @@ hwpstate_attach(device_t dev) CTLTYPE_UINT | CTLFLAG_RWTUN | CTLFLAG_MPSAFE, dev, AMD_CPPC_REQUEST_DES_PERF_BITS, sysctl_cppc_request_field_handler, "IU", - "Desired performance level (from 0 to 255, " + "Desired performance level (from 0 to 255; " "0 enables autonomous mode, otherwise value should be " "between 'minimum_performance' and 'maximum_performance' " "inclusive)"); |
