LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 0/6] IDE: new series of Coding Style Fixes
@ 2008-02-23 17:38 Paolo Ciarrocchi
2008-02-24 16:38 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 4+ messages in thread
From: Paolo Ciarrocchi @ 2008-02-23 17:38 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz; +Cc: Linux Kernel, linux-ide
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/6] IDE: new series of Coding Style Fixes
2008-02-23 17:38 [PATCH 0/6] IDE: new series of Coding Style Fixes Paolo Ciarrocchi
@ 2008-02-24 16:38 ` Bartlomiej Zolnierkiewicz
2008-02-24 18:12 ` Paolo Ciarrocchi
0 siblings, 1 reply; 4+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2008-02-24 16:38 UTC (permalink / raw)
To: Paolo Ciarrocchi; +Cc: Linux Kernel, linux-ide
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/6] IDE: new series of Coding Style Fixes
2008-02-24 16:38 ` Bartlomiej Zolnierkiewicz
@ 2008-02-24 18:12 ` Paolo Ciarrocchi
2008-02-26 21:01 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 4+ messages in thread
From: Paolo Ciarrocchi @ 2008-02-24 18:12 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz; +Cc: Linux Kernel, linux-ide
On Sun, Feb 24, 2008 at 5:38 PM, Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com> 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/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/6] IDE: new series of Coding Style Fixes
2008-02-24 18:12 ` Paolo Ciarrocchi
@ 2008-02-26 21:01 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 4+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2008-02-26 21:01 UTC (permalink / raw)
To: Paolo Ciarrocchi; +Cc: Linux Kernel, linux-ide
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-02-26 22:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-23 17:38 [PATCH 0/6] IDE: new series of Coding Style Fixes Paolo Ciarrocchi
2008-02-24 16:38 ` Bartlomiej Zolnierkiewicz
2008-02-24 18:12 ` Paolo Ciarrocchi
2008-02-26 21:01 ` Bartlomiej Zolnierkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).