2011-02-08 02:37:52

by jiaweiwei

[permalink] [raw]
Subject: [PATCH]Maintain Chinese Documentations

Hi us,
I have translated some documentations of kernel so i want to maintain Chinese documentation in our kernel directories.
Following is my patcher for it.

Thanks.
Best Regards.
Harry Wei.


Signed-off-by: Harry Wei <[email protected]>
---
MAINTAINERS | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 531c5cf..dc0279e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6976,6 +6976,12 @@ S: Maintained
F: drivers/net/pptp.c
W: http://sourceforge.net/projects/accel-pptp

+CHINESE DOCUMENTATION
+M: Harry Wei <[email protected]>
+L: [email protected]
+S: Maintained
+F: Documentation/zh_CN/
+
THE REST
M: Linus Torvalds <[email protected]>
L: [email protected]
--
1.7.0.4


2011-02-08 02:40:31

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH]Maintain Chinese Documentations

On Tue, 8 Feb 2011 10:37:37 +0800 Harry Wei wrote:

> Hi us,
> I have translated some documentations of kernel so i want to maintain Chinese documentation in our kernel directories.
> Following is my patcher for it.
>
> Thanks.
> Best Regards.
> Harry Wei.
>
>
> Signed-off-by: Harry Wei <[email protected]>
> ---
> MAINTAINERS | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 531c5cf..dc0279e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6976,6 +6976,12 @@ S: Maintained
> F: drivers/net/pptp.c
> W: http://sourceforge.net/projects/accel-pptp
>
> +CHINESE DOCUMENTATION
> +M: Harry Wei <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: Documentation/zh_CN/
> +

Hi Harry,

Entries in the MAINTAINERS file are in alphabetical order, so "CHINESE DOCUMENTATION"
should come between CHECKPATCH and CISCO VIC ETHERNET NIC DRIVER.


> THE REST
> M: Linus Torvalds <[email protected]>
> L: [email protected]
> --

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***