Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
f94ea640
Commit
f94ea640
authored
May 31, 2005
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CPUFREQ] Typos.
cpfureq developers cant spel. Signed-off-by:
Dave Jones
<
davej@redhat.com
>
parent
6778bae0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
arch/i386/kernel/cpu/cpufreq/speedstep-lib.c
arch/i386/kernel/cpu/cpufreq/speedstep-lib.c
+3
-3
No files found.
arch/i386/kernel/cpu/cpufreq/speedstep-lib.c
View file @
f94ea640
...
...
@@ -336,7 +336,7 @@ unsigned int speedstep_get_freqs(unsigned int processor,
if
(
!
prev_speed
)
return
-
EIO
;
dprintk
(
"previous s
ep
ed is %u
\n
"
,
prev_speed
);
dprintk
(
"previous s
pe
ed is %u
\n
"
,
prev_speed
);
local_irq_save
(
flags
);
...
...
@@ -348,7 +348,7 @@ unsigned int speedstep_get_freqs(unsigned int processor,
goto
out
;
}
dprintk
(
"low s
ep
ed is %u
\n
"
,
*
low_speed
);
dprintk
(
"low s
pe
ed is %u
\n
"
,
*
low_speed
);
/* switch to high state */
set_state
(
SPEEDSTEP_HIGH
);
...
...
@@ -358,7 +358,7 @@ unsigned int speedstep_get_freqs(unsigned int processor,
goto
out
;
}
dprintk
(
"high s
ep
ed is %u
\n
"
,
*
high_speed
);
dprintk
(
"high s
pe
ed is %u
\n
"
,
*
high_speed
);
if
(
*
low_speed
==
*
high_speed
)
{
ret
=
-
ENODEV
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment