Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84008
b: refs/heads/master
c: cdbec9a
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Dave Jones committed Feb 7, 2008
1 parent 2ce30fa commit a6f81ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 290647b46e4d8c9bd9e89daa19b29ff71e14e4af
refs/heads/master: cdbec9a0ad35f9ace53b063c8ccf4e2db823e674
2 changes: 1 addition & 1 deletion trunk/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 a6f81ea

Please sign in to comment.