All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS file: Fix missing colon
@ 2006-01-04 22:02 John L. Villalovos
  2006-01-04 22:07 ` Randy.Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: John L. Villalovos @ 2006-01-04 22:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial, torvalds

From: John L. Villalovos <john.l.villalovos@intel.com>

While parsing the MAINTAINERS file I disovered one entry was missing a colon. 
This patch adds the one missing colon.

---
diff -r 8441517e7e79 MAINTAINERS
--- a/MAINTAINERS       Thu Jan  5 04:00:05 2006
+++ b/MAINTAINERS       Wed Jan  4 13:49:27 2006
@@ -681,7 +681,7 @@

  DAC960 RAID CONTROLLER DRIVER
  P:     Dave Olien
-M      dmo@osdl.org
+M:     dmo@osdl.org
  W:     http://www.osdl.org/archive/dmo/DAC960
  L:     linux-kernel@vger.kernel.org
  S:     Maintained



Signed-off-by: John L. Villalovos <john.l.villalovos@intel.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS file: Fix missing colon
  2006-01-04 22:02 [PATCH] MAINTAINERS file: Fix missing colon John L. Villalovos
@ 2006-01-04 22:07 ` Randy.Dunlap
  2006-01-04 23:25   ` Paolo Ciarrocchi
  2006-01-06 17:26   ` [2.6 patch] MAINTAINERS: remove the outdated DAC960 entry Adrian Bunk
  0 siblings, 2 replies; 5+ messages in thread
From: Randy.Dunlap @ 2006-01-04 22:07 UTC (permalink / raw)
  To: John L. Villalovos; +Cc: linux-kernel, trivial, torvalds

On Wed, 4 Jan 2006, John L. Villalovos wrote:

> From: John L. Villalovos <john.l.villalovos@intel.com>
>
> While parsing the MAINTAINERS file I disovered one entry was missing a colon.
> This patch adds the one missing colon.
>
> ---
> diff -r 8441517e7e79 MAINTAINERS
> --- a/MAINTAINERS       Thu Jan  5 04:00:05 2006
> +++ b/MAINTAINERS       Wed Jan  4 13:49:27 2006
> @@ -681,7 +681,7 @@
>
>   DAC960 RAID CONTROLLER DRIVER
>   P:     Dave Olien
> -M      dmo@osdl.org
> +M:     dmo@osdl.org
>   W:     http://www.osdl.org/archive/dmo/DAC960
>   L:     linux-kernel@vger.kernel.org
>   S:     Maintained

That would be helpful except that Dave is no longer at OSDL
and is no longer maintaining that driver...

-- 
~Randy

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS file: Fix missing colon
  2006-01-04 22:07 ` Randy.Dunlap
@ 2006-01-04 23:25   ` Paolo Ciarrocchi
  2006-01-05  6:21     ` Randy.Dunlap
  2006-01-06 17:26   ` [2.6 patch] MAINTAINERS: remove the outdated DAC960 entry Adrian Bunk
  1 sibling, 1 reply; 5+ messages in thread
From: Paolo Ciarrocchi @ 2006-01-04 23:25 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: John L. Villalovos, linux-kernel, trivial, torvalds

On 1/4/06, Randy.Dunlap <rdunlap@xenotime.net> wrote:
> On Wed, 4 Jan 2006, John L. Villalovos wrote:
>
> > From: John L. Villalovos <john.l.villalovos@intel.com>
> >
> > While parsing the MAINTAINERS file I disovered one entry was missing a colon.
> > This patch adds the one missing colon.
> >
> > ---
> > diff -r 8441517e7e79 MAINTAINERS
> > --- a/MAINTAINERS       Thu Jan  5 04:00:05 2006
> > +++ b/MAINTAINERS       Wed Jan  4 13:49:27 2006
> > @@ -681,7 +681,7 @@
> >
> >   DAC960 RAID CONTROLLER DRIVER
> >   P:     Dave Olien
> > -M      dmo@osdl.org
> > +M:     dmo@osdl.org
> >   W:     http://www.osdl.org/archive/dmo/DAC960
> >   L:     linux-kernel@vger.kernel.org
> >   S:     Maintained
>
> That would be helpful except that Dave is no longer at OSDL
> and is no longer maintaining that driver...

I don't know who I should CC to this email but it seems it's time to
update http://developer.osdl.org/dev/people/ since Dave is still
listed as an OSDL developer.

--
Paolo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS file: Fix missing colon
  2006-01-04 23:25   ` Paolo Ciarrocchi
@ 2006-01-05  6:21     ` Randy.Dunlap
  0 siblings, 0 replies; 5+ messages in thread
From: Randy.Dunlap @ 2006-01-05  6:21 UTC (permalink / raw)
  To: Paolo Ciarrocchi; +Cc: john.l.villalovos, linux-kernel, trivial, torvalds

On Thu, 5 Jan 2006 00:25:34 +0100 Paolo Ciarrocchi wrote:

> On 1/4/06, Randy.Dunlap <rdunlap@xenotime.net> wrote:
> > On Wed, 4 Jan 2006, John L. Villalovos wrote:
> >
> > > From: John L. Villalovos <john.l.villalovos@intel.com>
> > >
> > > While parsing the MAINTAINERS file I disovered one entry was missing a colon.
> > > This patch adds the one missing colon.
> > >
> > > ---
> > > diff -r 8441517e7e79 MAINTAINERS
> > > --- a/MAINTAINERS       Thu Jan  5 04:00:05 2006
> > > +++ b/MAINTAINERS       Wed Jan  4 13:49:27 2006
> > > @@ -681,7 +681,7 @@
> > >
> > >   DAC960 RAID CONTROLLER DRIVER
> > >   P:     Dave Olien
> > > -M      dmo@osdl.org
> > > +M:     dmo@osdl.org
> > >   W:     http://www.osdl.org/archive/dmo/DAC960
> > >   L:     linux-kernel@vger.kernel.org
> > >   S:     Maintained
> >
> > That would be helpful except that Dave is no longer at OSDL
> > and is no longer maintaining that driver...
> 
> I don't know who I should CC to this email but it seems it's time to
> update http://developer.osdl.org/dev/people/ since Dave is still
> listed as an OSDL developer.

That list has been fixed.  Thanks.

---
~Randy

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [2.6 patch] MAINTAINERS: remove the outdated DAC960 entry
  2006-01-04 22:07 ` Randy.Dunlap
  2006-01-04 23:25   ` Paolo Ciarrocchi
@ 2006-01-06 17:26   ` Adrian Bunk
  1 sibling, 0 replies; 5+ messages in thread
From: Adrian Bunk @ 2006-01-06 17:26 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: John L. Villalovos, linux-kernel, torvalds

On Wed, Jan 04, 2006 at 02:07:01PM -0800, Randy.Dunlap wrote:
> On Wed, 4 Jan 2006, John L. Villalovos wrote:
> 
> > From: John L. Villalovos <john.l.villalovos@intel.com>
> >
> > While parsing the MAINTAINERS file I disovered one entry was missing a colon.
> > This patch adds the one missing colon.
> >
> > ---
> > diff -r 8441517e7e79 MAINTAINERS
> > --- a/MAINTAINERS       Thu Jan  5 04:00:05 2006
> > +++ b/MAINTAINERS       Wed Jan  4 13:49:27 2006
> > @@ -681,7 +681,7 @@
> >
> >   DAC960 RAID CONTROLLER DRIVER
> >   P:     Dave Olien
> > -M      dmo@osdl.org
> > +M:     dmo@osdl.org
> >   W:     http://www.osdl.org/archive/dmo/DAC960
> >   L:     linux-kernel@vger.kernel.org
> >   S:     Maintained
> 
> That would be helpful except that Dave is no longer at OSDL
> and is no longer maintaining that driver...

Let's remove this obsolete entry.

> ~Randy

cu
Adrian


<--  snip  -->


Randy Dunlap:
Dave is no longer at OSDL and is no longer maintaining that driver.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.15-mm1-full/MAINTAINERS.old	2006-01-06 18:23:37.000000000 +0100
+++ linux-2.6.15-mm1-full/MAINTAINERS	2006-01-06 18:23:44.000000000 +0100
@@ -696,13 +696,6 @@
 W:	http://www.cyclades.com/
 S:	Supported
 
-DAC960 RAID CONTROLLER DRIVER
-P:	Dave Olien
-M	dmo@osdl.org
-W:	http://www.osdl.org/archive/dmo/DAC960
-L:	linux-kernel@vger.kernel.org
-S:	Maintained
-
 DAMA SLAVE for AX.25
 P:	Joerg Reuter
 M:	jreuter@yaina.de


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-01-06 17:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-04 22:02 [PATCH] MAINTAINERS file: Fix missing colon John L. Villalovos
2006-01-04 22:07 ` Randy.Dunlap
2006-01-04 23:25   ` Paolo Ciarrocchi
2006-01-05  6:21     ` Randy.Dunlap
2006-01-06 17:26   ` [2.6 patch] MAINTAINERS: remove the outdated DAC960 entry Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.