Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: docs: Update core.rst

As the definition of struct cpufreq_freqs has changed, update core.rst
with the new first member of struct cpufreq_freqs.

Signed-off-by: Tang Yizhou <tangyizhou@huawei.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Tang Yizhou and committed by
Rafael J. Wysocki
a15b8cd7 1e81d3e0

+3 -3
+3 -3
Documentation/cpu-freq/core.rst
··· 73 73 The third argument is a struct cpufreq_freqs with the following 74 74 values: 75 75 76 - ===== =========================== 77 - cpu number of the affected CPU 76 + ====== ====================================== 77 + policy a pointer to the struct cpufreq_policy 78 78 old old frequency 79 79 new new frequency 80 80 flags flags of the cpufreq driver 81 - ===== =========================== 81 + ====== ====================================== 82 82 83 83 3. CPUFreq Table Generation with Operating Performance Point (OPP) 84 84 ==================================================================