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
This commit is contained in:
Olivier Certner
2026-02-20 10:17:24 +01:00
parent 953b9164c3
commit f1b93fc50f
+1 -1
View File
@@ -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)");