2008-01-28 23:07:49

by Paolo Ciarrocchi

[permalink] [raw]
Subject: [PATCH 0/7] X86: Clean up arch/x86/math-emu/errors.c

Hi all,
this patch series implements a few clean up suggested by
checkpatch.pl

I compiled tested every single patch and verified that
the clean up only patches are not modifying the md5sum of
the relative .o file.

Before the patches:
total: 214 errors, 28 warnings, 739 lines checked

After:
total: 2 errors, 1 warnings, 674 lines checked

arch/x86/math-emu/errors.c | 431 +++++++++++++++++++-------------------------
1 files changed, 183 insertions(+), 248 deletions(-)


2008-01-31 23:02:59

by Paolo Ciarrocchi

[permalink] [raw]
Subject: Re: [PATCH 0/7] X86: Clean up arch/x86/math-emu/errors.c

On 1/29/08, Paolo Ciarrocchi <[email protected]> wrote:
> Hi all,
> this patch series implements a few clean up suggested by
> checkpatch.pl
>
> I compiled tested every single patch and verified that
> the clean up only patches are not modifying the md5sum of
> the relative .o file.
>
> Before the patches:
> total: 214 errors, 28 warnings, 739 lines checked
>
> After:
> total: 2 errors, 1 warnings, 674 lines checked
>
> arch/x86/math-emu/errors.c | 431
> +++++++++++++++++++-------------------------
> 1 files changed, 183 insertions(+), 248 deletions(-)
>


Ingo, are you interested in these patches?

#7 can be discarted
#6 needs to be redone
#3 is unclear
#1,2,4,5 should be ok

ciao,
--
Paolo
http://paolo.ciarrocchi.googlepages.com/

2008-02-01 16:25:05

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH 0/7] X86: Clean up arch/x86/math-emu/errors.c


* Paolo Ciarrocchi <[email protected]> wrote:

> Ingo, are you interested in these patches?
>
> #7 can be discarted
> #6 needs to be redone
> #3 is unclear
> #1,2,4,5 should be ok

they are all whitespace damaged - all tabs are converted to a single
space or something like that.

Ingo