From: Joe Perches Date: Tue, 20 Nov 2007 01:48:01 +0000 (-0800) Subject: [CPUFREQ] arch/x86: Add missing "space" X-Git-Tag: v2.6.25-rc1~302^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cdbec9a0ad35f9ace53b063c8ccf4e2db823e674;p=karo-tx-linux.git [CPUFREQ] arch/x86: Add missing "space" Signed-off-by: Joe Perches Signed-off-by: Dave Jones --- 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) 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; }