On Tue, Feb 08, 2011 at 11:10:18AM +0800, harryxiyou wrote:
> ---------- Forwarded message ----------
> From: Randy Dunlap <[email protected]>
> Date: 2011/2/8
> Subject: Re: [PATCH]Maintain Chinese Documentations
> To: Harry Wei <[email protected]>
> Cc: [email protected], [email protected], [email protected],
> [email protected], [email protected]
>
>
> 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.
Hi Randy,
Thanks so much.
I have patched a right one like following.
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 dc0279e..afb6f7c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1692,6 +1692,12 @@ M: Andy Whitcroft <[email protected]>
S: Supported
F: scripts/checkpatch.pl
+CHINESE DOCUMENTATION
+M: Harry Wei <[email protected]>
+L: [email protected]
+S: Maintained
+F: Documentation/zh_CN
+
CISCO VIC ETHERNET NIC DRIVER
M: Vasanthy Kolluri <[email protected]>
M: Roopa Prabhu <[email protected]>
--
1.7.0.4
>
>
> > THE REST
> > M: Linus Torvalds <[email protected]>
> > L: [email protected]
> > --
>
> ---
> ~Randy
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
>
> --
> Best Regards.
> Harry Wei.
> Do what u like!
> > Hi Harry,
a. Omit my previous comments, just make a new patch with description.
b. This line:
+F: Documentation/zh_CN
should have a trailing '/' on it to indicate that it is a directory.
c. After
> Signed-off-by: Harry Wei <[email protected]>
you can add this line:
Acked-by: Randy Dunlap <[email protected]>
Thanks.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***