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

[CPUFREQ] Document units for transition latency

They're documented in the header but not in Documentation.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dave Jones <davej@redhat.com>

authored by

Mark Brown and committed by
Dave Jones
bbe237aa 49b015ce

+3 -3
+3 -3
Documentation/cpu-freq/cpu-drivers.txt
··· 92 92 (in kHz) which is supported by 93 93 this CPU 94 94 policy->cpuinfo.transition_latency the time it takes on this CPU to 95 - switch between two frequencies (if 96 - appropriate, else specify 97 - CPUFREQ_ETERNAL) 95 + switch between two frequencies in 96 + nanoseconds (if appropriate, else 97 + specify CPUFREQ_ETERNAL) 98 98 99 99 policy->cur The current operating frequency of 100 100 this CPU (if appropriate)