[CPUFREQ] Fix typo.
Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
9f737633e6
commit
cd87847979
|
@ -32,7 +32,7 @@
|
||||||
#define dprintk(msg...) cpufreq_debug_printk(CPUFREQ_DEBUG_CORE, "cpufreq-core", msg)
|
#define dprintk(msg...) cpufreq_debug_printk(CPUFREQ_DEBUG_CORE, "cpufreq-core", msg)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The "cpufreq driver" - the arch- or hardware-dependend low
|
* The "cpufreq driver" - the arch- or hardware-dependent low
|
||||||
* level driver of CPUFreq support, and its spinlock. This lock
|
* level driver of CPUFreq support, and its spinlock. This lock
|
||||||
* also protects the cpufreq_cpu_data array.
|
* also protects the cpufreq_cpu_data array.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue