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