public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Tweak Documentation MAINTAINERS entry.
@ 2013-08-02 16:13 Rob Landley
  2013-08-02 16:23 ` Joe Perches
  2013-08-02 21:39 ` Geert Uytterhoeven
  0 siblings, 2 replies; 4+ messages in thread
From: Rob Landley @ 2013-08-02 16:13 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

The device tree bindings are well-maintained by the device tree guys and
tend to swamp linux-doc with traffic we can't really say much about (it's
all domain-specific knowledge), so add an X: entry for it.

Similarly, non-english documentation can't be maintained by people who
don't speak those languages. (I argued that translations belonged on the
web when they were proposed, but Greg KH overruled me.)

I habitually ignore these, and cutting down on kernel-doc traffic should
make the rest of the list easier to follow.

Signed-off-by: Rob Landley <rob@landley.net>
---

 MAINTAINERS |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index d83f70f..6b752df 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2664,6 +2664,10 @@ L:	linux-doc@vger.kernel.org
 T:	TBD
 S:	Maintained
 F:	Documentation/
+X:	Documentation/zh_CN
+X:	Documentation/ko_KR
+X:	Documentation/ja_JP
+X:	Documentation/devicetree/bindings
 
 DOUBLETALK DRIVER
 M:	"James R. Van Zandt" <jrv@vanzandt.mv.com>

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

* Re: [PATCH] Tweak Documentation MAINTAINERS entry.
  2013-08-02 16:13 [PATCH] Tweak Documentation MAINTAINERS entry Rob Landley
@ 2013-08-02 16:23 ` Joe Perches
  2013-08-02 21:39 ` Geert Uytterhoeven
  1 sibling, 0 replies; 4+ messages in thread
From: Joe Perches @ 2013-08-02 16:23 UTC (permalink / raw)
  To: Rob Landley; +Cc: Andrew Morton, linux-kernel

On Fri, 2013-08-02 at 09:13 -0700, Rob Landley wrote:
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -2664,6 +2664,10 @@ L:	linux-doc@vger.kernel.org
>  T:	TBD
>  S:	Maintained
>  F:	Documentation/
> +X:	Documentation/zh_CN
> +X:	Documentation/ko_KR
> +X:	Documentation/ja_JP
> +X:	Documentation/devicetree/bindings

Please add terminating slashes to those
X entries to make it clear those are
directories.



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

* Re: [PATCH] Tweak Documentation MAINTAINERS entry.
  2013-08-02 16:13 [PATCH] Tweak Documentation MAINTAINERS entry Rob Landley
  2013-08-02 16:23 ` Joe Perches
@ 2013-08-02 21:39 ` Geert Uytterhoeven
  2013-08-02 21:57   ` Joe Perches
  1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2013-08-02 21:39 UTC (permalink / raw)
  To: Rob Landley; +Cc: Andrew Morton, linux-kernel

On Fri, Aug 2, 2013 at 6:13 PM, Rob Landley <rob@landley.net> wrote:
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d83f70f..6b752df 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2664,6 +2664,10 @@ L:       linux-doc@vger.kernel.org
>  T:     TBD
>  S:     Maintained
>  F:     Documentation/
> +X:     Documentation/zh_CN
> +X:     Documentation/ko_KR
> +X:     Documentation/ja_JP

Does "Documentation/??_??" work, to catch future translations?
Or do we have to use "Documentation/[a-z][a-z]_[A-Z][A-Z]"?

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] Tweak Documentation MAINTAINERS entry.
  2013-08-02 21:39 ` Geert Uytterhoeven
@ 2013-08-02 21:57   ` Joe Perches
  0 siblings, 0 replies; 4+ messages in thread
From: Joe Perches @ 2013-08-02 21:57 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Rob Landley, Andrew Morton, linux-kernel

On Fri, 2013-08-02 at 23:39 +0200, Geert Uytterhoeven wrote:
> On Fri, Aug 2, 2013 at 6:13 PM, Rob Landley <rob@landley.net> wrote:
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index d83f70f..6b752df 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2664,6 +2664,10 @@ L:       linux-doc@vger.kernel.org
> >  T:     TBD
> >  S:     Maintained
> >  F:     Documentation/
> > +X:     Documentation/zh_CN
> > +X:     Documentation/ko_KR
> > +X:     Documentation/ja_JP
> 
> Does "Documentation/??_??" work, to catch future translations?
> Or do we have to use "Documentation/[a-z][a-z]_[A-Z][A-Z]"?

? works.

The script uses:
scripts/get_maintainer.pl:                      $line =~ s/([^\\])\.([^\*])/$1\?$2/g;

These could be converted to a single

X:	Documentation/??_??/



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

end of thread, other threads:[~2013-08-02 21:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-02 16:13 [PATCH] Tweak Documentation MAINTAINERS entry Rob Landley
2013-08-02 16:23 ` Joe Perches
2013-08-02 21:39 ` Geert Uytterhoeven
2013-08-02 21:57   ` Joe Perches

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