aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2009-01-17 22:28:42 -0500
committerDave Jones <davej@redhat.com>2009-02-24 22:47:28 -0500
commitfff78ad5cee1d6f695103ec590cbd2a9f3c39e8c (patch)
tree7254a0aa6f837e80b6ad4526bb867d61c9eb67aa /arch/x86/kernel/cpu
parent694593e3374a67d95ece6a275a1f181644c2c4d8 (diff)
[CPUFREQ] Stupidly trivial CodingStyle fix
GNU indent complains about this being ambiguous, because it's dumb. One of my automated tests relies on the output of indent, so this shuts it up. Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/x86/kernel/cpu')
-rw-r--r--arch/x86/kernel/cpu/cpufreq/powernow-k7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k7.c b/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
index 1b446d79a8fd..9cd73d157437 100644
--- a/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
+++ b/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
@@ -94,7 +94,7 @@ static struct cpufreq_frequency_table *powernow_table;
94 94
95static unsigned int can_scale_bus; 95static unsigned int can_scale_bus;
96static unsigned int can_scale_vid; 96static unsigned int can_scale_vid;
97static unsigned int minimum_speed=-1; 97static unsigned int minimum_speed = -1;
98static unsigned int maximum_speed; 98static unsigned int maximum_speed;
99static unsigned int number_scales; 99static unsigned int number_scales;
100static unsigned int fsb; 100static unsigned int fsb;