Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2026 10:13:28 +0000
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f1b93fc50f01 - main - hwpstate_amd(4): Fix punctuation in 'desired_performance' knob's description
Message-ID:  <699833c8.217e7.41f6ed56@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699833c8.217e7.41f6ed56>