2008-08-02 19:21:51

by Paolo Ciarrocchi

[permalink] [raw]
Subject: [PATCH] x86: Coding style fixes

Hi all,
a new round of coding style fixes.


Paolo Ciarrocchi (5):
x86: Coding style fixes to arch/x86/boot/compressed/misc.c
x86: Coding style fixes to arch/x86/kernel/bios_uv.c
x86: Coding style fixes to arch/x86/lib/strstr_32.c
x86: Coding style fixes to arch/x86/lib/string_32.c
x86: Coding style fixes to arch/x86/kernel/paravirt_patch_32.c

arch/x86/boot/compressed/misc.c | 10 +++++---
arch/x86/kernel/bios_uv.c | 20 ++++++++++++----
arch/x86/kernel/paravirt_patch_32.c | 2 +-
arch/x86/lib/string_32.c | 42 +++++++++++++++++-----------------
arch/x86/lib/strstr_32.c | 6 ++--
5 files changed, 46 insertions(+), 34 deletions(-)


2008-08-15 14:54:20

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH] x86: Coding style fixes


* Paolo Ciarrocchi <[email protected]> wrote:

> Hi all,
> a new round of coding style fixes.
>
>
> Paolo Ciarrocchi (5):
> x86: Coding style fixes to arch/x86/boot/compressed/misc.c
> x86: Coding style fixes to arch/x86/kernel/bios_uv.c
> x86: Coding style fixes to arch/x86/lib/strstr_32.c
> x86: Coding style fixes to arch/x86/lib/string_32.c
> x86: Coding style fixes to arch/x86/kernel/paravirt_patch_32.c
>
> arch/x86/boot/compressed/misc.c | 10 +++++---
> arch/x86/kernel/bios_uv.c | 20 ++++++++++++----
> arch/x86/kernel/paravirt_patch_32.c | 2 +-
> arch/x86/lib/string_32.c | 42 +++++++++++++++++-----------------
> arch/x86/lib/strstr_32.c | 6 ++--
> 5 files changed, 46 insertions(+), 34 deletions(-)

thanks, applied them to tip/x86/cleanups. (Note: i changed the second
one) Thanks Paolo,

Ingo