Commit f94ea640 authored by Dave Jones's avatar Dave Jones

[CPUFREQ] Typos.

cpfureq developers cant spel.
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 6778bae0
...@@ -336,7 +336,7 @@ unsigned int speedstep_get_freqs(unsigned int processor, ...@@ -336,7 +336,7 @@ unsigned int speedstep_get_freqs(unsigned int processor,
if (!prev_speed) if (!prev_speed)
return -EIO; return -EIO;
dprintk("previous seped is %u\n", prev_speed); dprintk("previous speed is %u\n", prev_speed);
local_irq_save(flags); local_irq_save(flags);
...@@ -348,7 +348,7 @@ unsigned int speedstep_get_freqs(unsigned int processor, ...@@ -348,7 +348,7 @@ unsigned int speedstep_get_freqs(unsigned int processor,
goto out; goto out;
} }
dprintk("low seped is %u\n", *low_speed); dprintk("low speed is %u\n", *low_speed);
/* switch to high state */ /* switch to high state */
set_state(SPEEDSTEP_HIGH); set_state(SPEEDSTEP_HIGH);
...@@ -358,7 +358,7 @@ unsigned int speedstep_get_freqs(unsigned int processor, ...@@ -358,7 +358,7 @@ unsigned int speedstep_get_freqs(unsigned int processor,
goto out; goto out;
} }
dprintk("high seped is %u\n", *high_speed); dprintk("high speed is %u\n", *high_speed);
if (*low_speed == *high_speed) { if (*low_speed == *high_speed) {
ret = -ENODEV; ret = -ENODEV;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment