diff options
author | Joe Perches <joe@perches.com> | 2007-11-19 20:48:01 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2008-02-06 22:57:57 -0500 |
commit | cdbec9a0ad35f9ace53b063c8ccf4e2db823e674 (patch) | |
tree | 02a17175d35e47374c285ae695645d6b112ebae0 /arch | |
parent | 290647b46e4d8c9bd9e89daa19b29ff71e14e4af (diff) |
[CPUFREQ] arch/x86: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/cpu/cpufreq/powernow-k7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k7.c b/arch/x86/kernel/cpu/cpufreq/powernow-k7.c index b5a9863d6cdc..0a61159d7b71 100644 --- 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) | |||
460 | 460 | ||
461 | latency = psb->settlingtime; | 461 | latency = psb->settlingtime; |
462 | if (latency < 100) { | 462 | if (latency < 100) { |
463 | printk (KERN_INFO PFX "BIOS set settling time to %d microseconds." | 463 | printk(KERN_INFO PFX "BIOS set settling time to %d microseconds. " |
464 | "Should be at least 100. Correcting.\n", latency); | 464 | "Should be at least 100. Correcting.\n", latency); |
465 | latency = 100; | 465 | latency = 100; |
466 | } | 466 | } |