diff options
Diffstat (limited to 'drivers/cpufreq/cpufreq.c')
-rw-r--r-- | drivers/cpufreq/cpufreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index b3df613ae4ec..d35a9f06ab7b 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #define dprintk(msg...) cpufreq_debug_printk(CPUFREQ_DEBUG_CORE, "cpufreq-core", msg) | 32 | #define dprintk(msg...) cpufreq_debug_printk(CPUFREQ_DEBUG_CORE, "cpufreq-core", msg) |
33 | 33 | ||
34 | /** | 34 | /** |
35 | * The "cpufreq driver" - the arch- or hardware-dependend low | 35 | * The "cpufreq driver" - the arch- or hardware-dependent low |
36 | * level driver of CPUFreq support, and its spinlock. This lock | 36 | * level driver of CPUFreq support, and its spinlock. This lock |
37 | * also protects the cpufreq_cpu_data array. | 37 | * also protects the cpufreq_cpu_data array. |
38 | */ | 38 | */ |