]> Git Repo - J-linux.git/commitdiff
cpufreq: intel_pstate: fix struct cpudata::epp_cached kernel-doc
authorJeff Johnson <[email protected]>
Sun, 5 May 2024 19:07:12 +0000 (12:07 -0700)
committerRafael J. Wysocki <[email protected]>
Tue, 7 May 2024 13:02:43 +0000 (15:02 +0200)
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 <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/cpufreq/intel_pstate.c

index 5f19d3824a4b28a2f69e00952759c5788a00ca52..4b986c044741eda32d5e93f9457c7b606ccfacc0 100644 (file)
@@ -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
This page took 0.054756 seconds and 4 git commands to generate.