projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
290647b
)
[CPUFREQ] arch/x86: Add missing "space"
author
Joe Perches
<joe@perches.com>
Tue, 20 Nov 2007 01:48:01 +0000
(17:48 -0800)
committer
Dave Jones
<davej@redhat.com>
Thu, 7 Feb 2008 03:57:57 +0000
(22:57 -0500)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Dave Jones <davej@redhat.com>
arch/x86/kernel/cpu/cpufreq/powernow-k7.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
b/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
index b5a9863d6cdc336ce7b13f5c9d797944b179cbc6..0a61159d7b71389c8e8bcdbae7b913463b0f318c 100644
(file)
--- a/
arch/x86/kernel/cpu/cpufreq/powernow-k7.c
+++ b/
arch/x86/kernel/cpu/cpufreq/powernow-k7.c
@@
-460,7
+460,7
@@
static int powernow_decode_bios (int maxfid, int startvid)
latency = psb->settlingtime;
if (latency < 100) {
- printk
(KERN_INFO PFX "BIOS set settling time to %d microseconds.
"
+ printk
(KERN_INFO PFX "BIOS set settling time to %d microseconds.
"
"Should be at least 100. Correcting.\n", latency);
latency = 100;
}