public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* scripts/get_maintainer.pl: http addresses in MAINTAINER's L: line
@ 2014-02-19 10:26 Paul Bolle
  2014-02-19 14:43 ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Bolle @ 2014-02-19 10:26 UTC (permalink / raw)
  To: Andrew Morton, Joe Perches; +Cc: linux-kernel

Andrew, Joe,

(You two touched this script the most, it seems.)

The MAINTAINERS entry for the "TARGET SUBSYSTEM" uses an http address
for one of its L: lines. The "DC395x SCSI driver" does that too. This
shows up as a useless line in the output of scripts/get_maintainer.pl:
    [...]
     (open list:TARGET SUBSYSTEM)
    [...]

Should another test be added to get_maintainer.pl (which is already over
2000 lines long) or should these two entries be converted to "W:"?


Paul Bolle


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

* Re: scripts/get_maintainer.pl: http addresses in MAINTAINER's L: line
  2014-02-19 10:26 scripts/get_maintainer.pl: http addresses in MAINTAINER's L: line Paul Bolle
@ 2014-02-19 14:43 ` Joe Perches
  2014-02-19 14:54   ` [PATCH] MAINTAINERS: Update L: misuses Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2014-02-19 14:43 UTC (permalink / raw)
  To: Paul Bolle; +Cc: Andrew Morton, linux-kernel, Nicholas A. Bellinger

On Wed, 2014-02-19 at 11:26 +0100, Paul Bolle wrote:
> Andrew, Joe,
> 
> (You two touched this script the most, it seems.)
> 
> The MAINTAINERS entry for the "TARGET SUBSYSTEM" uses an http address
> for one of its L: lines. The "DC395x SCSI driver" does that too. This
> shows up as a useless line in the output of scripts/get_maintainer.pl:
>     [...]
>      (open list:TARGET SUBSYSTEM)
>     [...]
> 
> Should another test be added to get_maintainer.pl (which is already over
> 2000 lines long) or should these two entries be converted to "W:"?

I'd change the line in MAINTAINERS from

L:	http://groups.google.com/group/linux-iscsi-target-dev
to
W:	http://groups.google.com/group/linux-iscsi-target-dev

as it's a web based discussion not an email address.



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

* [PATCH] MAINTAINERS: Update L: misuses
  2014-02-19 14:43 ` Joe Perches
@ 2014-02-19 14:54   ` Joe Perches
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Perches @ 2014-02-19 14:54 UTC (permalink / raw)
  To: Paul Bolle
  Cc: Andrew Morton, linux-kernel, Nicholas A. Bellinger, Oliver Neukum,
	Ali Akcaagac, JamieLenehan

L: lines are for the email addresses of traditional mailing lists.
W: lines are for URLs.

Convert two L: misuses to W: links.

Signed-off-by: Joe Perches <joe@perches.com>
Reported-by: Paul Bolle <pebolle@tiscali.nl>
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 60a5f85..adfbf3f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2625,9 +2625,9 @@ DC395x SCSI driver
 M:	Oliver Neukum <oliver@neukum.org>
 M:	Ali Akcaagac <aliakc@web.de>
 M:	Jamie Lenehan <lenehan@twibble.org>
-W:	http://twibble.org/dist/dc395x/
 L:	dc395x@twibble.org
-L:	http://lists.twibble.org/mailman/listinfo/dc395x/
+W:	http://twibble.org/dist/dc395x/
+W:	http://lists.twibble.org/mailman/listinfo/dc395x/
 S:	Maintained
 F:	Documentation/scsi/dc395x.txt
 F:	drivers/scsi/dc395x.*
@@ -8465,8 +8465,8 @@ TARGET SUBSYSTEM
 M:	Nicholas A. Bellinger <nab@linux-iscsi.org>
 L:	linux-scsi@vger.kernel.org
 L:	target-devel@vger.kernel.org
-L:	http://groups.google.com/group/linux-iscsi-target-dev
 W:	http://www.linux-iscsi.org
+W:	http://groups.google.com/group/linux-iscsi-target-dev
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
 S:	Supported
 F:	drivers/target/



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

end of thread, other threads:[~2014-02-19 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-19 10:26 scripts/get_maintainer.pl: http addresses in MAINTAINER's L: line Paul Bolle
2014-02-19 14:43 ` Joe Perches
2014-02-19 14:54   ` [PATCH] MAINTAINERS: Update L: misuses Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox