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

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
Joe Perches 2007-11-19 17:48:01 -08:00 committed by Dave Jones
parent 290647b46e
commit cdbec9a0ad

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