LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 00/20] Various Coding Style fixes
@ 2008-02-22 22:09 Paolo Ciarrocchi
  2008-02-23 10:45 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Ciarrocchi @ 2008-02-22 22:09 UTC (permalink / raw)
  To: hpa, Ingo Molnar, tglx; +Cc: Linux Kernel

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(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 00/20] Various Coding Style fixes
  2008-02-22 22:09 [PATCH 00/20] Various Coding Style fixes Paolo Ciarrocchi
@ 2008-02-23 10:45 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-02-23 10:45 UTC (permalink / raw)
  To: Paolo Ciarrocchi; +Cc: hpa, tglx, Linux Kernel


* Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> wrote:

> 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

thanks Paolo, they look good and i've applied all of them.

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-23 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-22 22:09 [PATCH 00/20] Various Coding Style fixes Paolo Ciarrocchi
2008-02-23 10:45 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).