git: f1b93fc50f01 - main - hwpstate_amd(4): Fix punctuation in 'desired_performance' knob's description

From: Olivier Certner <olce_at_FreeBSD.org>
Date: Fri, 20 Feb 2026 10:13:28 UTC
The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=f1b93fc50f019c122636d6f8780f109d7be26862

commit f1b93fc50f019c122636d6f8780f109d7be26862
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-02-20 09:17:24 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-02-20 10:12:54 +0000

    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
---
 sys/x86/cpufreq/hwpstate_amd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)");