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
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
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/
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