public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4]Documentation/zh_CN: Remove messy code documentations and rebuild new documentations
@ 2011-06-11  2:37 Harry Wei
  2011-06-11 20:05 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Harry Wei @ 2011-06-11  2:37 UTC (permalink / raw)
  To: greg
  Cc: linux-kernel, synmyth, zhangyangjing, wangxiaochen0, linux-kernel,
	yaxinsn

From: Harry Wei <harryxiyou@gmail.com>

There are two messy code documentations in our
Documentation/zh_CN/ directory. They are
Documentation/zh_CN/email-clients.txt &
Documentation/zh_CN/SubmitChecklist.
The following patches can fix them.

Harry Wei (4)
Documentation/zh_CN: remove messy code file email-clients.txt
Documentation/zh_CN: remove messy code file SubmitChecklist
Documentation/zh_CN: add new file email-clients.txt
Documentation/zh_CN: add new file SubmitChecklist

Thanks
Harry Wei

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

* Re: [PATCH v2 0/4]Documentation/zh_CN: Remove messy code documentations and rebuild new documentations
  2011-06-11  2:37 [PATCH v2 0/4]Documentation/zh_CN: Remove messy code documentations and rebuild new documentations Harry Wei
@ 2011-06-11 20:05 ` Greg KH
  2011-06-12  2:53   ` Harry Wei
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2011-06-11 20:05 UTC (permalink / raw)
  To: linux-kernel, synmyth, zhangyangjing, wangxiaochen0, linux-kernel,
	yaxinsn

On Sat, Jun 11, 2011 at 10:37:52AM +0800, Harry Wei wrote:
> From: Harry Wei <harryxiyou@gmail.com>
> 
> There are two messy code documentations in our
> Documentation/zh_CN/ directory. They are
> Documentation/zh_CN/email-clients.txt &
> Documentation/zh_CN/SubmitChecklist.
> The following patches can fix them.
> 
> Harry Wei (4)
> Documentation/zh_CN: remove messy code file email-clients.txt
> Documentation/zh_CN: remove messy code file SubmitChecklist
> Documentation/zh_CN: add new file email-clients.txt
> Documentation/zh_CN: add new file SubmitChecklist

Why are you deleting and then adding back the files?  Why not just edit
them and change them in one single patch?

What made them "messy" in the first place?

greg k-h

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

* Re: [PATCH v2 0/4]Documentation/zh_CN: Remove messy code documentations and rebuild new documentations
  2011-06-11 20:05 ` Greg KH
@ 2011-06-12  2:53   ` Harry Wei
  2011-06-12  5:32     ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Harry Wei @ 2011-06-12  2:53 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

On Sat, Jun 11, 2011 at 01:05:13PM -0700, Greg KH wrote:
> On Sat, Jun 11, 2011 at 10:37:52AM +0800, Harry Wei wrote:
> > From: Harry Wei <harryxiyou@gmail.com>
> > 
> > There are two messy code documentations in our
> > Documentation/zh_CN/ directory. They are
> > Documentation/zh_CN/email-clients.txt &
> > Documentation/zh_CN/SubmitChecklist.
> > The following patches can fix them.
> > 
> > Harry Wei (4)
> > Documentation/zh_CN: remove messy code file email-clients.txt
> > Documentation/zh_CN: remove messy code file SubmitChecklist
> > Documentation/zh_CN: add new file email-clients.txt
> > Documentation/zh_CN: add new file SubmitChecklist
> 
> Why are you deleting and then adding back the files?  
> Why not just edit them and change them in one single patch?
Hmmm..., what about two patches? One for editing and changing 
email-clients.txt and the other one for editing and changing 
SubmitChecklist.
> What made them "messy" in the first place?
Maybe it is something wrong with my mutt client. It can not
deal with Chinese characters. So i can only send them with 
attachments now. So sorry for this. I have also fix my 
mutt client, but it seems to be useless. I will try to fix
it later.

Thanks
Harry Wei

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

* Re: [PATCH v2 0/4]Documentation/zh_CN: Remove messy code documentations and rebuild new documentations
  2011-06-12  2:53   ` Harry Wei
@ 2011-06-12  5:32     ` Greg KH
  2011-06-12  8:27       ` Harry Wei
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2011-06-12  5:32 UTC (permalink / raw)
  To: linux-kernel

On Sun, Jun 12, 2011 at 10:53:21AM +0800, Harry Wei wrote:
> On Sat, Jun 11, 2011 at 01:05:13PM -0700, Greg KH wrote:
> > On Sat, Jun 11, 2011 at 10:37:52AM +0800, Harry Wei wrote:
> > > From: Harry Wei <harryxiyou@gmail.com>
> > > 
> > > There are two messy code documentations in our
> > > Documentation/zh_CN/ directory. They are
> > > Documentation/zh_CN/email-clients.txt &
> > > Documentation/zh_CN/SubmitChecklist.
> > > The following patches can fix them.
> > > 
> > > Harry Wei (4)
> > > Documentation/zh_CN: remove messy code file email-clients.txt
> > > Documentation/zh_CN: remove messy code file SubmitChecklist
> > > Documentation/zh_CN: add new file email-clients.txt
> > > Documentation/zh_CN: add new file SubmitChecklist
> > 
> > Why are you deleting and then adding back the files?  
> > Why not just edit them and change them in one single patch?
> Hmmm..., what about two patches? One for editing and changing 
> email-clients.txt and the other one for editing and changing 
> SubmitChecklist.

That is fine, I'll queue them up in a few days.

greg k-h

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

* Re: [PATCH v2 0/4]Documentation/zh_CN: Remove messy code documentations and rebuild new documentations
  2011-06-12  5:32     ` Greg KH
@ 2011-06-12  8:27       ` Harry Wei
  0 siblings, 0 replies; 5+ messages in thread
From: Harry Wei @ 2011-06-12  8:27 UTC (permalink / raw)
  To: Greg KH
  Cc: linux-kernel, linux-kernel, synmyth, zhangyangjing, wangxiaochen0,
	yaxinsn

On Sat, Jun 11, 2011 at 10:32:15PM -0700, Greg KH wrote:
> > > Why are you deleting and then adding back the files?  
> > > Why not just edit them and change them in one single patch?
> > Hmmm..., what about two patches? One for editing and changing 
> > email-clients.txt and the other one for editing and changing 
> > SubmitChecklist.
> 
> That is fine, I'll queue them up in a few days.

Okay, that's great ;-)


Thanks
Harry Wei

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

end of thread, other threads:[~2011-06-12  8:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-11  2:37 [PATCH v2 0/4]Documentation/zh_CN: Remove messy code documentations and rebuild new documentations Harry Wei
2011-06-11 20:05 ` Greg KH
2011-06-12  2:53   ` Harry Wei
2011-06-12  5:32     ` Greg KH
2011-06-12  8:27       ` Harry Wei

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