Loading
cpufreq: intel_pstate: fix struct cpudata::epp_cached kernel-doc
mainline inclusion from mainline-v6.10 commit 0a206fe35d360a9ec1c8b1609ca394c2759a8962 category: bugfix bugzilla: https://gitee.com/openeuler/intel-kernel/issues/IB6QC4 CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0a206fe35d360a9ec1c8b1609ca394c2759a8962 ------------------------------------------------- Intel-SIG: commit 0a206fe35d36 cpufreq: intel_pstate: fix struct cpudata::epp_cached kernel-doc. Backport intel_pstate driver update for 6.6 from 6.11 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> [ Yingbao Jia: amend commit log ] Signed-off-by:
Yingbao Jia <yingbao.jia@intel.com>