All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: INPUT: Add Dmitry's name to his email address
@ 2009-07-10 20:15 Joe Perches
  2009-07-10 20:21 ` Stefan Schmidt
  0 siblings, 1 reply; 5+ messages in thread
From: Joe Perches @ 2009-07-10 20:15 UTC (permalink / raw)
  To: LKML; +Cc: Dmitry Torokhov, Dmitry Torokhov, Andrew Morton

Signed-off-by: Joe Perches <joe@perches.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index e4a4de9..18fc1fa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2978,6 +2978,7 @@ F:	include/linux/inotify.h
 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
 P:	Dmitry Torokhov
 M:	dmitry.torokhov@gmail.com
+P:	Dmitry Torokhov
 M:	dtor@mail.ru
 L:	linux-input@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git



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

* Re: [PATCH] MAINTAINERS: INPUT: Add Dmitry's name to his email address
  2009-07-10 20:15 [PATCH] MAINTAINERS: INPUT: Add Dmitry's name to his email address Joe Perches
@ 2009-07-10 20:21 ` Stefan Schmidt
  2009-07-10 20:26   ` Joe Perches
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Schmidt @ 2009-07-10 20:21 UTC (permalink / raw)
  To: Joe Perches; +Cc: LKML, Dmitry Torokhov, Dmitry Torokhov, Andrew Morton

Hello.

On Fri, 2009-07-10 at 13:15, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e4a4de9..18fc1fa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2978,6 +2978,7 @@ F:	include/linux/inotify.h
>  INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
>  P:	Dmitry Torokhov
>  M:	dmitry.torokhov@gmail.com
> +P:	Dmitry Torokhov
>  M:	dtor@mail.ru
>  L:	linux-input@vger.kernel.org
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git

Hmm, do I miss something or is this the same line as two lines above?

regards
Stefan Schmidt

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

* Re: [PATCH] MAINTAINERS: INPUT: Add Dmitry's name to his email address
  2009-07-10 20:21 ` Stefan Schmidt
@ 2009-07-10 20:26   ` Joe Perches
  2009-07-10 21:10     ` Stefan Schmidt
  0 siblings, 1 reply; 5+ messages in thread
From: Joe Perches @ 2009-07-10 20:26 UTC (permalink / raw)
  To: Stefan Schmidt; +Cc: LKML, Dmitry Torokhov, Dmitry Torokhov, Andrew Morton

On Fri, 2009-07-10 at 22:21 +0200, Stefan Schmidt wrote:
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index e4a4de9..18fc1fa 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2978,6 +2978,7 @@ F:	include/linux/inotify.h
> >  INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
> >  P:	Dmitry Torokhov
> >  M:	dmitry.torokhov@gmail.com
> > +P:	Dmitry Torokhov
> >  M:	dtor@mail.ru
> >  L:	linux-input@vger.kernel.org
> >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
> 
> Hmm, do I miss something or is this the same line as two lines above?

You're right, it's the same name, new email address.
It's just standardizing, a name for an email address.

Scripts that parse MAINTAINERS have difficulty
figuring out names for addresses when the style
isn't consistent.

At some point, it'd be nicer for people that
manually cut and paste entries in MAINTAINERS
to have the lines appear like:

M:	Dmitry Torokhov <dtor@mail.ru>

There is a script to do this conversion.
http://lkml.org/lkml/2009/6/1/275

cheers, Joe


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

* Re: [PATCH] MAINTAINERS: INPUT: Add Dmitry's name to his email address
  2009-07-10 20:26   ` Joe Perches
@ 2009-07-10 21:10     ` Stefan Schmidt
  2009-07-13  3:45       ` Dmitry Torokhov
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Schmidt @ 2009-07-10 21:10 UTC (permalink / raw)
  To: Joe Perches
  Cc: Stefan Schmidt, LKML, Dmitry Torokhov, Dmitry Torokhov, Andrew Morton

Hello.

On Fri, 2009-07-10 at 13:26, Joe Perches wrote:
> On Fri, 2009-07-10 at 22:21 +0200, Stefan Schmidt wrote:
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index e4a4de9..18fc1fa 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -2978,6 +2978,7 @@ F:	include/linux/inotify.h
> > >  INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
> > >  P:	Dmitry Torokhov
> > >  M:	dmitry.torokhov@gmail.com
> > > +P:	Dmitry Torokhov
> > >  M:	dtor@mail.ru
> > >  L:	linux-input@vger.kernel.org
> > >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
> > 
> > Hmm, do I miss something or is this the same line as two lines above?
> 
> You're right, it's the same name, new email address.
> It's just standardizing, a name for an email address.
> 
> Scripts that parse MAINTAINERS have difficulty
> figuring out names for addresses when the style
> isn't consistent.
> 
> At some point, it'd be nicer for people that
> manually cut and paste entries in MAINTAINERS
> to have the lines appear like:
> 
> M:	Dmitry Torokhov <dtor@mail.ru>

My bad. I did not spot the second email address. Makes more sense now. Thanks.

regards
Stefan Schmidt

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

* Re: [PATCH] MAINTAINERS: INPUT: Add Dmitry's name to his email address
  2009-07-10 21:10     ` Stefan Schmidt
@ 2009-07-13  3:45       ` Dmitry Torokhov
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitry Torokhov @ 2009-07-13  3:45 UTC (permalink / raw)
  To: Stefan Schmidt; +Cc: Joe Perches, LKML, Andrew Morton

On Fri, Jul 10, 2009 at 11:10:12PM +0200, Stefan Schmidt wrote:
> Hello.
> 
> On Fri, 2009-07-10 at 13:26, Joe Perches wrote:
> > On Fri, 2009-07-10 at 22:21 +0200, Stefan Schmidt wrote:
> > > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > > index e4a4de9..18fc1fa 100644
> > > > --- a/MAINTAINERS
> > > > +++ b/MAINTAINERS
> > > > @@ -2978,6 +2978,7 @@ F:	include/linux/inotify.h
> > > >  INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
> > > >  P:	Dmitry Torokhov
> > > >  M:	dmitry.torokhov@gmail.com
> > > > +P:	Dmitry Torokhov
> > > >  M:	dtor@mail.ru
> > > >  L:	linux-input@vger.kernel.org
> > > >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
> > > 
> > > Hmm, do I miss something or is this the same line as two lines above?
> > 
> > You're right, it's the same name, new email address.
> > It's just standardizing, a name for an email address.
> > 
> > Scripts that parse MAINTAINERS have difficulty
> > figuring out names for addresses when the style
> > isn't consistent.
> > 
> > At some point, it'd be nicer for people that
> > manually cut and paste entries in MAINTAINERS
> > to have the lines appear like:
> > 
> > M:	Dmitry Torokhov <dtor@mail.ru>
> 
> My bad. I did not spot the second email address. Makes more sense now. Thanks.
> 

Yeah, I am very important and thus have 2 e-mail addresses ;)

-- 
Dmitry

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

end of thread, other threads:[~2009-07-13  3:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-10 20:15 [PATCH] MAINTAINERS: INPUT: Add Dmitry's name to his email address Joe Perches
2009-07-10 20:21 ` Stefan Schmidt
2009-07-10 20:26   ` Joe Perches
2009-07-10 21:10     ` Stefan Schmidt
2009-07-13  3:45       ` Dmitry Torokhov

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.