* [PATCH] typo fix in last cpufreq powernow patch
@ 2005-10-21 23:56 Chris Wright
2005-10-22 1:23 ` Dave Jones
0 siblings, 1 reply; 2+ messages in thread
From: Chris Wright @ 2005-10-21 23:56 UTC (permalink / raw)
To: torvalds; +Cc: Dave Jones, Mark Langsdorf, linux-kernel
Not sure how it slipped by, but here's a trivial typo fix for powernow.
Signed-off-by: Chris Wright <chrisw@osdl.org>
--- a/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
+++ b/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
@@ -175,7 +175,7 @@ static int write_new_fid(struct powernow
wrmsr(MSR_FIDVID_CTL, lo, data->plllock * PLL_LOCK_CONVERSION);
if (i++ > 100) {
printk(KERN_ERR PFX "internal error - pending bit very stuck - no further pstate changes possible\n");
- retrun 1;
+ return 1;
}
} while (query_current_values_with_pending_wait(data));
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] typo fix in last cpufreq powernow patch
2005-10-21 23:56 [PATCH] typo fix in last cpufreq powernow patch Chris Wright
@ 2005-10-22 1:23 ` Dave Jones
0 siblings, 0 replies; 2+ messages in thread
From: Dave Jones @ 2005-10-22 1:23 UTC (permalink / raw)
To: Chris Wright; +Cc: torvalds, Mark Langsdorf, linux-kernel
On Fri, Oct 21, 2005 at 04:56:08PM -0700, Chris Wright wrote:
> Not sure how it slipped by, but here's a trivial typo fix for powernow.
Ugh, how embarressing. I should have compile tested that at least.
Mea Culpa.
Dave
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-10-22 1:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-21 23:56 [PATCH] typo fix in last cpufreq powernow patch Chris Wright
2005-10-22 1:23 ` Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox