aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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 }