summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
diff options
context:
space:
mode:
authorDave Jones2005-11-30 22:33:30 +0100
committerDave Jones2005-11-30 22:33:30 +0100
commit6df8900676c3f5c133328332fb8ad889fd0cc9e3 (patch)
tree089fbc42c65cf6768acb99a8b547ad48f2bf4d15 /arch/i386/kernel/cpu/cpufreq/powernow-k8.c
parentMerge ../linus (diff)
downloadkernel-qcow2-linux-6df8900676c3f5c133328332fb8ad889fd0cc9e3.tar.gz
kernel-qcow2-linux-6df8900676c3f5c133328332fb8ad889fd0cc9e3.tar.xz
kernel-qcow2-linux-6df8900676c3f5c133328332fb8ad889fd0cc9e3.zip
[CPUFREQ] Fix indentation in powernow-k8
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/i386/kernel/cpu/cpufreq/powernow-k8.c')
-rw-r--r--arch/i386/kernel/cpu/cpufreq/powernow-k8.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/powernow-k8.c b/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
index a342b32c0843..f44c1b1b04e9 100644
--- a/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
+++ b/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
@@ -216,10 +216,10 @@ static int write_new_vid(struct powernow_k8_data *data, u32 vid)
do {
wrmsr(MSR_FIDVID_CTL, lo, STOP_GRANT_5NS);
- if (i++ > 100) {
- printk(KERN_ERR PFX "internal error - pending bit very stuck - no further pstate changes possible\n");
- return 1;
- }
+ if (i++ > 100) {
+ printk(KERN_ERR PFX "internal error - pending bit very stuck - no further pstate changes possible\n");
+ return 1;
+ }
} while (query_current_values_with_pending_wait(data));
if (savefid != data->currfid) {