Various coding style fixes.

Paolo Ciarrocchi (20):
      x86: Coding Style fix to arch/x86/boot/pm.c
      x86: Coding Style fixes to arch/x86/kernel/summit_32.c
      x86: Coding Style fixes to arch/x86/kernel/cpu/intel.c
      x86: Coding Style fixes to arch/x86/oprofile/init.c
      x86: Coding Style fixes to arch/x86/lib/strstr_32.c
      x86: Coding Style fixes to arch/x86/kernel/mca_32.c
      x86: Coding Style fixes to arch/x86/kernel/cpu/mtrr/state.c
      x86: Coding Style fixes to arch/x86/lib/memcpy_32.c
      x86: Coding Style fixes to arch/x86/kernel/cpu/transmeta.c
      x86: Coding Style fixes to arch/x86/kernel/cpu/amd.c
      x86: Coding Style fixes to arch/x86/kernel/vm86_32.c
      x86: Coding Style fixes to arch/x86/kernel/cpu/mcheck/non-fatal.c
      x86: Coding Style fixes to arch/x86/kernel/cpu/mcheck/winchip.c
      x86: Coding Style fixes to arch/x86/kernel/cpu/mcheck/mce_32.c
      x86: Coding Style fixes to arch/x86/boot/cpucheck.c
      x86: Coding Style fixes to arch/x86/kernel/cpu/cyrix.c
      x86: Coding Style fixes to arch/x86/oprofile/nmi_timer_int.c
      x86: Coding Style fixes to arch/x86/kernel/acpi/sleep.c
      x86: Coding Style fixes to arch/x86/kernel/msr.c
      x86: Coding Style fixes to arch/x86/xen/multicalls.c

 arch/x86/boot/cpucheck.c               |   20 ++--
 arch/x86/boot/pm.c                     |    2 +-
 arch/x86/kernel/acpi/sleep.c           |    2 +-
 arch/x86/kernel/cpu/amd.c              |   94 +++++++++---------
 arch/x86/kernel/cpu/cyrix.c            |  115 +++++++++++-----------
 arch/x86/kernel/cpu/intel.c            |   83 ++++++++-------
 arch/x86/kernel/cpu/mcheck/mce_32.c    |   50 +++++-----
 arch/x86/kernel/cpu/mcheck/non-fatal.c |   21 ++--
 arch/x86/kernel/cpu/mcheck/winchip.c   |    8 +-
 arch/x86/kernel/cpu/mtrr/state.c       |   14 ++-
 arch/x86/kernel/cpu/transmeta.c        |   22 ++--
 arch/x86/kernel/mca_32.c               |   96 ++++++++++--------
 arch/x86/kernel/msr.c                  |    4 +-
 arch/x86/kernel/summit_32.c            |   43 ++++----
 arch/x86/kernel/vm86_32.c              |  174 ++++++++++++++++----------------
 arch/x86/lib/memcpy_32.c               |    2 +-
 arch/x86/lib/strstr_32.c               |    4 +-
 arch/x86/oprofile/init.c               |   13 ++-
 arch/x86/oprofile/nmi_timer_int.c      |    6 +-
 arch/x86/xen/multicalls.c              |    4 +-
 20 files changed, 403 insertions(+), 374 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to