Skip to content

Commit

Permalink
[CPUFREQ] Typos.
Browse files Browse the repository at this point in the history
cpfureq developers cant spel.

Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Dave Jones committed Jun 1, 2005
1 parent 6778bae commit f94ea64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/i386/kernel/cpu/cpufreq/speedstep-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ unsigned int speedstep_get_freqs(unsigned int processor,
if (!prev_speed)
return -EIO;

dprintk("previous seped is %u\n", prev_speed);
dprintk("previous speed is %u\n", prev_speed);

local_irq_save(flags);

Expand All @@ -348,7 +348,7 @@ unsigned int speedstep_get_freqs(unsigned int processor,
goto out;
}

dprintk("low seped is %u\n", *low_speed);
dprintk("low speed is %u\n", *low_speed);

/* switch to high state */
set_state(SPEEDSTEP_HIGH);
Expand All @@ -358,7 +358,7 @@ unsigned int speedstep_get_freqs(unsigned int processor,
goto out;
}

dprintk("high seped is %u\n", *high_speed);
dprintk("high speed is %u\n", *high_speed);

if (*low_speed == *high_speed) {
ret = -ENODEV;
Expand Down

0 comments on commit f94ea64

Please sign in to comment.