cpufreq: intel_pstate: fix struct cpudata::epp_cached kernel-doc
authorJeff Johnson <quic_jjohnson@quicinc.com>
Sun, 5 May 2024 19:07:12 +0000 (12:07 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 7 May 2024 13:02:43 +0000 (15:02 +0200)
commit0a206fe35d360a9ec1c8b1609ca394c2759a8962
tree13a76ac9891df63a9f01b24551f9478988e6a05d
parentc7e29dcef9ca4a93eed092e6739277a92a64fbe3
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>
drivers/cpufreq/intel_pstate.c