Browse Source

[CPUFREQ] arch/x86: Add missing "space"

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Joe Perches 17 năm trước cách đây
mục cha
commit
cdbec9a0ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      arch/x86/kernel/cpu/cpufreq/powernow-k7.c

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