x86: Trivial whitespace cleanups
authorFelipe Contreras <felipe.contreras@gmail.com>
Wed, 16 Sep 2009 21:38:38 +0000 (00:38 +0300)
committerIngo Molnar <mingo@elte.hu>
Sun, 20 Sep 2009 18:18:57 +0000 (20:18 +0200)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Cc: Vegard Nossum <vegardno@ifi.uio.no>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Alok N Kataria <akataria@vmware.com>
Cc: "Tan Wei Chong" <wei.chong.tan@intel.com>
Cc: Len Brown <len.brown@intel.com>
Cc: Lin Ming <ming.m.lin@intel.com>
Cc: Bob Moore <robert.moore@intel.com>
LKML-Reference: <1253137123-18047-2-git-send-email-felipe.contreras@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/string_32.h
arch/x86/kernel/tsc.c
drivers/acpi/acpica/tbfadt.c

index c86f452..ae907e6 100644 (file)
@@ -65,7 +65,6 @@ static __always_inline void *__constant_memcpy(void *to, const void *from,
        case 4:
                *(int *)to = *(int *)from;
                return to;
-
        case 3:
                *(short *)to = *(short *)from;
                *((char *)to + 2) = *((char *)from + 2);
index 71f4368..8a2fc11 100644 (file)
@@ -670,7 +670,7 @@ static int time_cpufreq_notifier(struct notifier_block *nb, unsigned long val,
        if ((val == CPUFREQ_PRECHANGE  && freq->old < freq->new) ||
                        (val == CPUFREQ_POSTCHANGE && freq->old > freq->new) ||
                        (val == CPUFREQ_RESUMECHANGE)) {
-               *lpj =  cpufreq_scale(loops_per_jiffy_ref, ref_freq, freq->new);
+               *lpj = cpufreq_scale(loops_per_jiffy_ref, ref_freq, freq->new);
 
                tsc_khz = cpufreq_scale(tsc_khz_ref, ref_freq, freq->new);
                if (!(freq->flags & CPUFREQ_CONST_LOOPS))
index 82b02dc..c016335 100644 (file)
@@ -275,7 +275,6 @@ void acpi_tb_parse_fadt(u32 table_index)
 
 void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length)
 {
-
        /*
         * Check if the FADT is larger than the largest table that we expect
         * (the ACPI 2.0/3.0 version). If so, truncate the table, and issue