projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
694593e
)
[CPUFREQ] Stupidly trivial CodingStyle fix
author
Dave Jones
<davej@redhat.com>
Sun, 18 Jan 2009 03:28:42 +0000
(22:28 -0500)
committer
Dave Jones
<davej@redhat.com>
Wed, 25 Feb 2009 03:47:28 +0000
(22:47 -0500)
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>
arch/x86/kernel/cpu/cpufreq/powernow-k7.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
b/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
index 1b446d79a8fdd2d2a92f8ea04dbaa41da57a4f88..9cd73d157437ffd1a76716da297a05aacf2f834a 100644
(file)
--- 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;
static unsigned int can_scale_bus;
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 number_scales;
static unsigned int fsb;