]> Pileus Git - ~andy/linux/blobdiff - arch/x86/kernel/cpu/cpufreq/powernow-k7.c
[CPUFREQ] arch/x86: Add missing "space"
[~andy/linux] / arch / x86 / kernel / cpu / cpufreq / powernow-k7.c
index b5a9863d6cdc336ce7b13f5c9d797944b179cbc6..0a61159d7b71389c8e8bcdbae7b913463b0f318c 100644 (file)
@@ -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;
                        }