Skip to content

Commit

Permalink
[CPUFREQ] arch/x86: Add missing "space"
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Joe Perches authored and Dave Jones committed Feb 7, 2008
1 parent 290647b commit cdbec9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/cpu/cpufreq/powernow-k7.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit cdbec9a

Please sign in to comment.