[PATCH] typo fix in last cpufreq powernow patch
authorChris Wright <[email protected]>
Fri, 21 Oct 2005 23:56:08 +0000 (16:56 -0700)
committerLinus Torvalds <[email protected]>
Sat, 22 Oct 2005 00:08:30 +0000 (17:08 -0700)
Not sure how it slipped by, but here's a trivial typo fix for powernow.

Signed-off-by: Chris Wright <[email protected]>
[ It's "nurter" backwards.. Maybe we have a hillbilly The Shining fan? ]
Signed-off-by: Linus Torvalds <[email protected]>
arch/i386/kernel/cpu/cpufreq/powernow-k8.c

index ec3a9e335aa3f339bdc8276acebf0b40cd947708..58ca98fdc2cabbc3e73ad03f910c59af64e30d69 100644 (file)
@@ -175,7 +175,7 @@ static int write_new_fid(struct powernow_k8_data *data, u32 fid)
                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));