[CPUFREQ] Stupidly trivial CodingStyle fix

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, March 26, 2009 - 12:01 pm

Gitweb:     http://git.kernel.org/linus/fff78ad5cee1d6f695103ec590cbd2a9f3c39e8c
Commit:     fff78ad5cee1d6f695103ec590cbd2a9f3c39e8c
Parent:     694593e3374a67d95ece6a275a1f181644c2c4d8
Author:     Dave Jones <davej@redhat.com>
AuthorDate: Sat Jan 17 22:28:42 2009 -0500
Committer:  Dave Jones <davej@redhat.com>
CommitDate: Tue Feb 24 22:47:28 2009 -0500

    [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>
---
 arch/x86/kernel/cpu/cpufreq/powernow-k7.c |    2 +-
 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 1b446d7..9cd73d1 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;
 
 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;
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[CPUFREQ] Stupidly trivial CodingStyle fix, Linux Kernel Mailing ..., (Thu Mar 26, 12:01 pm)