2007-08-13 11:08:04

by Joe Perches

[permalink] [raw]
Subject: [PATCH] [470/2many] MAINTAINERS - TCP LOW PRIORITY MODULE

Add file pattern to MAINTAINER entry

Signed-off-by: Joe Perches <[email protected]>

diff --git a/MAINTAINERS b/MAINTAINERS
index fc0589f..e45a848 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4462,12 +4462,13 @@ F: include/net/pkt_cls.h
F: net/sched/

TCP LOW PRIORITY MODULE
-P: Wong Hoi Sing, Edison
+P: Wong Hoi (Edison) Sing
M: [email protected]
-P: Hung Hing Lun, Mike
+P: Hung Hing (Mike) Lun
M: [email protected]
W: http://tcp-lp-mod.sourceforge.net/
S: Maintained
+F: net/ipv4/tcp_lp.c

TI FLASH MEDIA INTERFACE DRIVER
P: Alex Dubov


2007-08-13 12:34:42

by Edison Wong

[permalink] [raw]
Subject: RE: [PATCH] [470/2many] MAINTAINERS - TCP LOW PRIORITY MODULE

Sorry that since Mike and I are both Chinese, the naming format is a bit different from English style

Hung Hing Lun (Chinese full name), Mike (English name)
Wong Hoi Sing (Chinese full name), Edison (English name)

Regards,
Edison

-----Original Message-----
From: [email protected] [mailto:[email protected]]
Sent: Monday, August 13, 2007 2:37 PM
To: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]
Subject: [PATCH] [470/2many] MAINTAINERS - TCP LOW PRIORITY MODULE

Add file pattern to MAINTAINER entry

Signed-off-by: Joe Perches <[email protected]>

diff --git a/MAINTAINERS b/MAINTAINERS
index fc0589f..e45a848 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4462,12 +4462,13 @@ F: include/net/pkt_cls.h
F: net/sched/

TCP LOW PRIORITY MODULE
-P: Wong Hoi Sing, Edison
+P: Wong Hoi (Edison) Sing
M: [email protected]
-P: Hung Hing Lun, Mike
+P: Hung Hing (Mike) Lun
M: [email protected]
W: http://tcp-lp-mod.sourceforge.net/
S: Maintained
+F: net/ipv4/tcp_lp.c

TI FLASH MEDIA INTERFACE DRIVER
P: Alex Dubov

2007-08-13 12:37:52

by Joe Perches

[permalink] [raw]
Subject: RE: [PATCH] [470/2many] MAINTAINERS - TCP LOW PRIORITY MODULE

On Mon, 2007-08-13 at 14:59 +0800, Edison Wong wrote:
> Sorry that since Mike and I are both Chinese, the naming format is a bit different from English style
>
> Hung Hing Lun (Chinese full name), Mike (English name)
> Wong Hoi Sing (Chinese full name), Edison (English name)
>
> Regards,
> Edison

I believe commas will cause problems with some
emailers. If you weren't allowed to use a comma,
what would you choose to display your names?

How about:

Hung Hing Lun (Mike Hung)
Wong Hoi Sing (Edison Wong)

cheers, Joe

2007-08-13 12:58:32

by Edison Wong

[permalink] [raw]
Subject: RE: [PATCH] [470/2many] MAINTAINERS - TCP LOW PRIORITY MODULE

On thank you very much, that is :)

Regards,
Edsion

-----Original Message-----
From: Joe Perches [mailto:[email protected]]
Sent: Monday, August 13, 2007 3:07 PM
To: Edison Wong
Cc: [email protected]; [email protected]; [email protected]; [email protected]
Subject: RE: [PATCH] [470/2many] MAINTAINERS - TCP LOW PRIORITY MODULE

On Mon, 2007-08-13 at 14:59 +0800, Edison Wong wrote:
> Sorry that since Mike and I are both Chinese, the naming format is a bit different from English style
>
> Hung Hing Lun (Chinese full name), Mike (English name)
> Wong Hoi Sing (Chinese full name), Edison (English name)
>
> Regards,
> Edison

I believe commas will cause problems with some
emailers. If you weren't allowed to use a comma,
what would you choose to display your names?

How about:

Hung Hing Lun (Mike Hung)
Wong Hoi Sing (Edison Wong)

cheers, Joe

2007-08-13 15:20:48

by Alan

[permalink] [raw]
Subject: Re: [PATCH] [470/2many] MAINTAINERS - TCP LOW PRIORITY MODULE

> I believe commas will cause problems with some
> emailers. If you weren't allowed to use a comma,
> what would you choose to display your names?

Please stop trying to mash up the MAINTAINERS file. Its your problem and
your tools problem to cope with simple things like a comma (hint .. use
proper quoting)

NAK this change too

2007-08-13 15:44:50

by Jan Engelhardt

[permalink] [raw]
Subject: RE: [PATCH] [470/2many] MAINTAINERS - TCP LOW PRIORITY MODULE

On Aug 13 2007 00:07, Joe Perches wrote:
>> Hung Hing Lun (Chinese full name), Mike (English name)
>> Wong Hoi Sing (Chinese full name), Edison (English name)
>>
>> Regards,
>> Edison
>
>I believe commas will cause problems with some
>emailers. If you weren't allowed to use a comma,
>what would you choose to display your names?

Commas work well, the string just needs to be enclosed in quotes, since
commas are otherwise taken as separators for multiple recipients.
"Perches, Joe" <[email protected]>


Jan
--