All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: update web URL for iwlwifi
@ 2020-03-05 12:26 Luca Coelho
  2020-03-05 14:50 ` Kalle Valo
  2020-03-10 13:34 ` Kalle Valo
  0 siblings, 2 replies; 5+ messages in thread
From: Luca Coelho @ 2020-03-05 12:26 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

From: Luca Coelho <luciano.coelho@intel.com>

The current URL mentioned in iwlwifi's W entry is outdated and
currently pointing to a dead link.  Change it so that it points to the
correct Wiki page directly.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 38fe2f3f7b6f..95089499876f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8684,7 +8684,7 @@ M:	Emmanuel Grumbach <emmanuel.grumbach@intel.com>
 M:	Luca Coelho <luciano.coelho@intel.com>
 M:	Intel Linux Wireless <linuxwifi@intel.com>
 L:	linux-wireless@vger.kernel.org
-W:	http://intellinuxwireless.org
+W:	https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
 S:	Supported
 F:	drivers/net/wireless/intel/iwlwifi/
-- 
2.25.1


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

* Re: [PATCH] MAINTAINERS: update web URL for iwlwifi
  2020-03-05 12:26 [PATCH] MAINTAINERS: update web URL for iwlwifi Luca Coelho
@ 2020-03-05 14:50 ` Kalle Valo
  2020-03-05 16:44   ` Luca Coelho
  2020-03-10 13:34 ` Kalle Valo
  1 sibling, 1 reply; 5+ messages in thread
From: Kalle Valo @ 2020-03-05 14:50 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless

Luca Coelho <luca@coelho.fi> writes:

> From: Luca Coelho <luciano.coelho@intel.com>
>
> The current URL mentioned in iwlwifi's W entry is outdated and
> currently pointing to a dead link.  Change it so that it points to the
> correct Wiki page directly.
>
> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>

I'll queue this for v5.6, ok?

-- 
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

* Re: [PATCH] MAINTAINERS: update web URL for iwlwifi
  2020-03-05 14:50 ` Kalle Valo
@ 2020-03-05 16:44   ` Luca Coelho
  2020-03-06  6:27     ` Kalle Valo
  0 siblings, 1 reply; 5+ messages in thread
From: Luca Coelho @ 2020-03-05 16:44 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless

On Thu, 2020-03-05 at 16:50 +0200, Kalle Valo wrote:
> Luca Coelho <luca@coelho.fi> writes:
> 
> > From: Luca Coelho <luciano.coelho@intel.com>
> > 
> > The current URL mentioned in iwlwifi's W entry is outdated and
> > currently pointing to a dead link.  Change it so that it points to the
> > correct Wiki page directly.
> > 
> > Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
> 
> I'll queue this for v5.6, ok?

Sure, if you think it's worth it.  TBH my main goal to send this one by
itself was to test my "Link:"-adding setup (with Johannes' scripts). ;)

--
Cheers,
Luca.


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

* Re: [PATCH] MAINTAINERS: update web URL for iwlwifi
  2020-03-05 16:44   ` Luca Coelho
@ 2020-03-06  6:27     ` Kalle Valo
  0 siblings, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2020-03-06  6:27 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless

Luca Coelho <luca@coelho.fi> writes:

> On Thu, 2020-03-05 at 16:50 +0200, Kalle Valo wrote:
>> Luca Coelho <luca@coelho.fi> writes:
>> 
>> > From: Luca Coelho <luciano.coelho@intel.com>
>> > 
>> > The current URL mentioned in iwlwifi's W entry is outdated and
>> > currently pointing to a dead link.  Change it so that it points to the
>> > correct Wiki page directly.
>> > 
>> > Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
>> 
>> I'll queue this for v5.6, ok?
>
> Sure, if you think it's worth it.

I usually try to get changes to MAINTAINERS file to Linus as fast as
possible to avoid any conflicts.

-- 
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

* Re: [PATCH] MAINTAINERS: update web URL for iwlwifi
  2020-03-05 12:26 [PATCH] MAINTAINERS: update web URL for iwlwifi Luca Coelho
  2020-03-05 14:50 ` Kalle Valo
@ 2020-03-10 13:34 ` Kalle Valo
  1 sibling, 0 replies; 5+ messages in thread
From: Kalle Valo @ 2020-03-10 13:34 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless

Luca Coelho <luca@coelho.fi> wrote:

> From: Luca Coelho <luciano.coelho@intel.com>
> 
> The current URL mentioned in iwlwifi's W entry is outdated and
> currently pointing to a dead link.  Change it so that it points to the
> correct Wiki page directly.
> 
> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>

Patch applied to wireless-drivers.git, thanks.

da86cad0e011 MAINTAINERS: update web URL for iwlwifi

-- 
https://patchwork.kernel.org/patch/11421745/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

end of thread, other threads:[~2020-03-10 13:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05 12:26 [PATCH] MAINTAINERS: update web URL for iwlwifi Luca Coelho
2020-03-05 14:50 ` Kalle Valo
2020-03-05 16:44   ` Luca Coelho
2020-03-06  6:27     ` Kalle Valo
2020-03-10 13:34 ` Kalle Valo

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.