]> Pileus Git - ~andy/linux/commitdiff
[CPUFREQ] arch/x86: Add missing "space"
authorJoe Perches <joe@perches.com>
Tue, 20 Nov 2007 01:48:01 +0000 (17:48 -0800)
committerDave 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

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;
                        }