* [PATCH] [74/2many] MAINTAINERS - ATL1 ETHERNET DRIVER
@ 2007-08-13 6:23 joe
2007-08-13 6:39 ` Chris Snook
0 siblings, 1 reply; 5+ messages in thread
From: joe @ 2007-08-13 6:23 UTC (permalink / raw)
To: torvalds, linux-kernel, jcliburn, csnook, atl1-devel, akpm
Add file pattern to MAINTAINER entry
Signed-off-by: Joe Perches <joe@perches.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index b8bb108..d9d1bcc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -752,6 +752,7 @@ L: atl1-devel@lists.sourceforge.net
W: http://sourceforge.net/projects/atl1
W: http://atl1.sourceforge.net
S: Maintained
+F: drivers/net/atl1*
ATM
P: Chas Williams
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] [74/2many] MAINTAINERS - ATL1 ETHERNET DRIVER
2007-08-13 6:23 [PATCH] [74/2many] MAINTAINERS - ATL1 ETHERNET DRIVER joe
@ 2007-08-13 6:39 ` Chris Snook
2007-08-13 6:49 ` Chris Snook
0 siblings, 1 reply; 5+ messages in thread
From: Chris Snook @ 2007-08-13 6:39 UTC (permalink / raw)
To: joe; +Cc: torvalds, linux-kernel, jcliburn, atl1-devel, akpm
joe@perches.com wrote:
> Add file pattern to MAINTAINER entry
>
> Signed-off-by: Joe Perches <joe@perches.com>
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b8bb108..d9d1bcc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -752,6 +752,7 @@ L: atl1-devel@lists.sourceforge.net
> W: http://sourceforge.net/projects/atl1
> W: http://atl1.sourceforge.net
> S: Maintained
> +F: drivers/net/atl1*
>
> ATM
> P: Chas Williams
atl1 has its own directory, so this one should read
F: drivers/net/atl1/*
-- Chris
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] [74/2many] MAINTAINERS - ATL1 ETHERNET DRIVER
2007-08-13 6:39 ` Chris Snook
@ 2007-08-13 6:49 ` Chris Snook
2007-08-13 18:10 ` Joe Perches
0 siblings, 1 reply; 5+ messages in thread
From: Chris Snook @ 2007-08-13 6:49 UTC (permalink / raw)
To: joe; +Cc: torvalds, linux-kernel, jcliburn, atl1-devel, akpm
Chris Snook wrote:
> joe@perches.com wrote:
>> Add file pattern to MAINTAINER entry
>>
>> Signed-off-by: Joe Perches <joe@perches.com>
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index b8bb108..d9d1bcc 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -752,6 +752,7 @@ L: atl1-devel@lists.sourceforge.net
>> W: http://sourceforge.net/projects/atl1
>> W: http://atl1.sourceforge.net
>> S: Maintained
>> +F: drivers/net/atl1*
>>
>> ATM
>> P: Chas Williams
>
> atl1 has its own directory, so this one should read
>
> F: drivers/net/atl1/*
>
> -- Chris
>
Actually, now that I've seen the format in the intro patch, it would be simpler
just to use this:
F: drivers/net/atl1/
-- Chris
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] [74/2many] MAINTAINERS - ATL1 ETHERNET DRIVER
2007-08-13 6:49 ` Chris Snook
@ 2007-08-13 18:10 ` Joe Perches
2007-08-13 18:21 ` Chris Snook
0 siblings, 1 reply; 5+ messages in thread
From: Joe Perches @ 2007-08-13 18:10 UTC (permalink / raw)
To: Chris Snook; +Cc: torvalds, linux-kernel, jcliburn, atl1-devel, akpm
On Mon, 2007-08-13 at 02:49 -0400, Chris Snook wrote:
> Actually, now that I've seen the format in the intro patch,
> it would be simpler just to use this:
> F: drivers/net/atl1/
ATL1 ETHERNET DRIVER
P: Jay Cliburn
M: jcliburn@gmail.com
P: Chris Snook
M: csnook@redhat.com
L: atl1-devel@lists.sourceforge.net
W: http://sourceforge.net/projects/atl1
W: http://atl1.sourceforge.net
S: Maintained
F: drivers/net/atl1/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] [74/2many] MAINTAINERS - ATL1 ETHERNET DRIVER
2007-08-13 18:10 ` Joe Perches
@ 2007-08-13 18:21 ` Chris Snook
0 siblings, 0 replies; 5+ messages in thread
From: Chris Snook @ 2007-08-13 18:21 UTC (permalink / raw)
To: Joe Perches; +Cc: torvalds, linux-kernel, jcliburn, atl1-devel, akpm
Joe Perches wrote:
> On Mon, 2007-08-13 at 02:49 -0400, Chris Snook wrote:
>> Actually, now that I've seen the format in the intro patch,
>> it would be simpler just to use this:
>> F: drivers/net/atl1/
>
> ATL1 ETHERNET DRIVER
> P: Jay Cliburn
> M: jcliburn@gmail.com
> P: Chris Snook
> M: csnook@redhat.com
> L: atl1-devel@lists.sourceforge.net
> W: http://sourceforge.net/projects/atl1
> W: http://atl1.sourceforge.net
> S: Maintained
> F: drivers/net/atl1/
>
>
Acked-by: Chris Snook <csnook@redhat.com>
And for the love of god, please don't ever send 560 messages to the list at
once. I'm still slowly getting messages you sent 12 hours ago.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-08-13 18:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13 6:23 [PATCH] [74/2many] MAINTAINERS - ATL1 ETHERNET DRIVER joe
2007-08-13 6:39 ` Chris Snook
2007-08-13 6:49 ` Chris Snook
2007-08-13 18:10 ` Joe Perches
2007-08-13 18:21 ` Chris Snook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox