Преглед изворни кода

[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>
Dave Jones пре 16 година
родитељ
комит
fff78ad5ce
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      arch/x86/kernel/cpu/cpufreq/powernow-k7.c

+ 1 - 1
arch/x86/kernel/cpu/cpufreq/powernow-k7.c

@@ -94,7 +94,7 @@ static struct cpufreq_frequency_table *powernow_table;
 
 
 static unsigned int can_scale_bus;
 static unsigned int can_scale_bus;
 static unsigned int can_scale_vid;
 static unsigned int can_scale_vid;
-static unsigned int minimum_speed=-1;
+static unsigned int minimum_speed = -1;
 static unsigned int maximum_speed;
 static unsigned int maximum_speed;
 static unsigned int number_scales;
 static unsigned int number_scales;
 static unsigned int fsb;
 static unsigned int fsb;