]> git.ipfire.org Git - people/ms/linux.git/blobdiff - Documentation/cpu-freq/core.rst
cpufreq: docs: Update core.rst
[people/ms/linux.git] / Documentation / cpu-freq / core.rst
index 33cb90bd1d8f9fac3b21cdb8190b768c30980224..4ceef8e7217c38fc3e07606ce24b05fbed57d71d 100644 (file)
@@ -73,12 +73,12 @@ CPUFREQ_POSTCHANGE.
 The third argument is a struct cpufreq_freqs with the following
 values:
 
-=====  ===========================
-cpu    number of the affected CPU
+====== ======================================
+policy a pointer to the struct cpufreq_policy
 old    old frequency
 new    new frequency
 flags  flags of the cpufreq driver
-=====  ===========================
+====== ======================================
 
 3. CPUFreq Table Generation with Operating Performance Point (OPP)
 ==================================================================