aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/intel_pstate.c
diff options
context:
space:
mode:
authorGravatar Jeff Johnson <quic_jjohnson@quicinc.com> 2024-05-05 12:07:12 -0700
committerGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2024-05-07 15:02:43 +0200
commit0a206fe35d360a9ec1c8b1609ca394c2759a8962 (patch)
tree13a76ac9891df63a9f01b24551f9478988e6a05d /drivers/cpufreq/intel_pstate.c
parentMerge branch 'amd-pstate' (diff)
downloadlinux-0a206fe35d360a9ec1c8b1609ca394c2759a8962.tar.gz
linux-0a206fe35d360a9ec1c8b1609ca394c2759a8962.tar.bz2
linux-0a206fe35d360a9ec1c8b1609ca394c2759a8962.zip
cpufreq: intel_pstate: fix struct cpudata::epp_cached kernel-doc
make C=1 currently gives the following warning: drivers/cpufreq/intel_pstate.c:262: warning: Function parameter or struct member 'epp_cached' not described in 'cpudata' Add the missing ":" to fix the trivial kernel-doc syntax error. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/intel_pstate.c')
-rw-r--r--drivers/cpufreq/intel_pstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index 5f19d3824a4b..4b986c044741 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -211,7 +211,7 @@ struct global_params {
* @epp_policy: Last saved policy used to set EPP/EPB
* @epp_default: Power on default HWP energy performance
* preference/bias
- * @epp_cached Cached HWP energy-performance preference value
+ * @epp_cached: Cached HWP energy-performance preference value
* @hwp_req_cached: Cached value of the last HWP Request MSR
* @hwp_cap_cached: Cached value of the last HWP Capabilities MSR
* @last_io_update: Last time when IO wake flag was set