2008-02-23 17:38:31

by Paolo Ciarrocchi

[permalink] [raw]
Subject: [PATCH 0/6] IDE: new series of Coding Style Fixes

Bart,
here is a new series of patches that remove some errors
and warnings reported by checkpatch.pl from the IDE subsystem.

All the patches have been compile tested and are against this morning (CET time :-)
linux-next

Paolo Ciarrocchi (6):
IDE: Coding Style fixes to drivers/ide/pci/opti621.c
IDE: Coding Style fixes to drivers/ide/legacy/hd.c
IDE: Coding Style fixes to drivers/ide/legacy/ali14xx.c
IDE: Coding Style fixes to drivers/ide/pci/it8213.c
IDE: Coding Style fixes to drivers/ide/ide-floppy.c
IDE: Coding Style fixes to drivers/ide/pci/cmd640.c

drivers/ide/ide-floppy.c | 4 +-
drivers/ide/legacy/ali14xx.c | 11 +++--
drivers/ide/legacy/hd.c | 79 ++++++++++++++++++------------------
drivers/ide/pci/cmd640.c | 90 +++++++++++++++++++++---------------------
drivers/ide/pci/it8213.c | 9 ++--
drivers/ide/pci/opti621.c | 50 ++++++++++++------------
6 files changed, 122 insertions(+), 121 deletions(-)

Ciao,
Paolo


Subject: Re: [PATCH 0/6] IDE: new series of Coding Style Fixes


On Saturday 23 February 2008, Paolo Ciarrocchi wrote:
> Bart,
> here is a new series of patches that remove some errors
> and warnings reported by checkpatch.pl from the IDE subsystem.
>
> All the patches have been compile tested and are against this morning (CET time :-)
> linux-next
>
> Paolo Ciarrocchi (6):
> IDE: Coding Style fixes to drivers/ide/pci/opti621.c
> IDE: Coding Style fixes to drivers/ide/legacy/hd.c
> IDE: Coding Style fixes to drivers/ide/legacy/ali14xx.c
> IDE: Coding Style fixes to drivers/ide/pci/it8213.c

the above change (patch 4/6) seems to be m.i.a. ?

> IDE: Coding Style fixes to drivers/ide/ide-floppy.c
> IDE: Coding Style fixes to drivers/ide/pci/cmd640.c
>
> drivers/ide/ide-floppy.c | 4 +-
> drivers/ide/legacy/ali14xx.c | 11 +++--
> drivers/ide/legacy/hd.c | 79 ++++++++++++++++++------------------
> drivers/ide/pci/cmd640.c | 90 +++++++++++++++++++++---------------------
> drivers/ide/pci/it8213.c | 9 ++--
> drivers/ide/pci/opti621.c | 50 ++++++++++++------------
> 6 files changed, 122 insertions(+), 121 deletions(-)

I applied all the rest (some with minor fixes).

Thanks,
Bart

2008-02-24 18:12:23

by Paolo Ciarrocchi

[permalink] [raw]
Subject: Re: [PATCH 0/6] IDE: new series of Coding Style Fixes

On Sun, Feb 24, 2008 at 5:38 PM, Bartlomiej Zolnierkiewicz
<[email protected]> wrote:
>
> On Saturday 23 February 2008, Paolo Ciarrocchi wrote:
> > Bart,
> > here is a new series of patches that remove some errors
> > and warnings reported by checkpatch.pl from the IDE subsystem.
> >
> > All the patches have been compile tested and are against this morning (CET time :-)
> > linux-next
> >
> > Paolo Ciarrocchi (6):
> > IDE: Coding Style fixes to drivers/ide/pci/opti621.c
> > IDE: Coding Style fixes to drivers/ide/legacy/hd.c
> > IDE: Coding Style fixes to drivers/ide/legacy/ali14xx.c
> > IDE: Coding Style fixes to drivers/ide/pci/it8213.c
>
> the above change (patch 4/6) seems to be m.i.a. ?


Yes, sorry about that. I must have forgot to manually send out the patch.
I'll do that as soon as I access again to the linux box.

I really wish to be able to use git-send-mail with gmail,
unfortunatelly it's still not working
even applying all the suggestions I've got from other gmail/git users.

> > IDE: Coding Style fixes to drivers/ide/ide-floppy.c
> > IDE: Coding Style fixes to drivers/ide/pci/cmd640.c
> >
> > drivers/ide/ide-floppy.c | 4 +-
> > drivers/ide/legacy/ali14xx.c | 11 +++--
> > drivers/ide/legacy/hd.c | 79 ++++++++++++++++++------------------
> > drivers/ide/pci/cmd640.c | 90 +++++++++++++++++++++---------------------
> > drivers/ide/pci/it8213.c | 9 ++--
> > drivers/ide/pci/opti621.c | 50 ++++++++++++------------
> > 6 files changed, 122 insertions(+), 121 deletions(-)
>
> I applied all the rest (some with minor fixes).

Good. Where can I look to see the end result of our work?


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

Subject: Re: [PATCH 0/6] IDE: new series of Coding Style Fixes

On Sunday 24 February 2008, Paolo Ciarrocchi wrote:

[...]

> > > drivers/ide/ide-floppy.c | 4 +-
> > > drivers/ide/legacy/ali14xx.c | 11 +++--
> > > drivers/ide/legacy/hd.c | 79 ++++++++++++++++++------------------
> > > drivers/ide/pci/cmd640.c | 90 +++++++++++++++++++++---------------------
> > > drivers/ide/pci/it8213.c | 9 ++--
> > > drivers/ide/pci/opti621.c | 50 ++++++++++++------------
> > > 6 files changed, 122 insertions(+), 121 deletions(-)
> >
> > I applied all the rest (some with minor fixes).
>
> Good. Where can I look to see the end result of our work?

the "usual" place:

http://www.kernel.org/pub/linux/kernel/people/bart/pata-2.6/

[ or "tomorrow's" linux-next ]

Thanks,
Bart