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