2008-04-10 20:19:18

by Reinette Chatre

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: move to generic repository for iwlwifi

Signed-off-by: Reinette Chatre <[email protected]>
---
John,

Is it possible to get this laggard into 2.6.25?

MAINTAINERS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9e63f16..d7c62b2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2116,7 +2116,7 @@ M: [email protected]
L: [email protected]
L: [email protected]
W: http://intellinuxwireless.org
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/rchatre/iwlwifi-2.6.git
+T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
S: Supported

IOC3 ETHERNET DRIVER
--
1.5.3.4



2008-04-10 21:31:07

by John W. Linville

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: move to generic repository for iwlwifi

On Thu, Apr 10, 2008 at 01:16:27PM -0700, Reinette Chatre wrote:
> Signed-off-by: Reinette Chatre <[email protected]>
> ---
> John,
>
> Is it possible to get this laggard into 2.6.25?
>
> MAINTAINERS | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9e63f16..d7c62b2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2116,7 +2116,7 @@ M: [email protected]
> L: [email protected]
> L: [email protected]
> W: http://intellinuxwireless.org
> -T: git git://git.kernel.org/pub/scm/linux/kernel/git/rchatre/iwlwifi-2.6.git
> +T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
> S: Supported

Shouldn't this look like below?

-T: git git://git.kernel.org/pub/scm/linux/kernel/git/rchatre/iwlwifi-2.6.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git

John
--
John W. Linville
[email protected]

2008-04-10 21:41:39

by Reinette Chatre

[permalink] [raw]
Subject: RE: [PATCH] MAINTAINERS: move to generic repository for iwlwifi

On , [email protected] wrote:

> On Thu, Apr 10, 2008 at 01:16:27PM -0700, Reinette Chatre wrote:
>> Signed-off-by: Reinette Chatre <[email protected]> ---
>> John,
>>
>> Is it possible to get this laggard into 2.6.25?
>>
>> MAINTAINERS | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 9e63f16..d7c62b2 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -2116,7 +2116,7 @@ M: [email protected]
>> L: [email protected]
>> L: [email protected]
>> W: http://intellinuxwireless.org
>> -T: git
> git://git.kernel.org/pub/scm/linux/kernel/git/rchatre/iwlwifi-2.6.git
>> +T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
>> S: Supported
>
> Shouldn't this look like below?
>
> -T: git
> git://git.kernel.org/pub/scm/linux/kernel/git/rchatre/iwlwifi-2.6.git
> +T: git
> git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git

I grepped for "git" in MAINTAINERS and the majority seems to be
formatted as in this patch. In the end I went with the same format used
by "NETWORKING [WIRELESS]" and "NETWORK DEVICE DRIVERS". So ... I don't
know if this is the _right_ way, but at least we are now in good company
:)

Reinette