summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-11-20 01:48:01 (GMT)
committerDave Jones <davej@redhat.com>2008-02-07 03:57:57 (GMT)
commitcdbec9a0ad35f9ace53b063c8ccf4e2db823e674 (patch)
tree02a17175d35e47374c285ae695645d6b112ebae0
parent290647b46e4d8c9bd9e89daa19b29ff71e14e4af (diff)
downloadlinux-fsl-qoriq-cdbec9a0ad35f9ace53b063c8ccf4e2db823e674.tar.xz
[CPUFREQ] arch/x86: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Dave Jones <davej@redhat.com>
-rw-r--r--arch/x86/kernel/cpu/cpufreq/powernow-k7.c2
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 b5a9863..0a61159 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)
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;
}