Re: [PATCH 1/2] fix typo in SubmittingPatches

2007-10-29 Thread Keiichi KII
From: Keiichi Kii <[EMAIL PROTECTED]> Greg, could you replace old patch with new one? Fix typo and insert " -- " between clauses. Signed-off-by: Keiichi Kii <[EMAIL PROTECTED]> Cc: Andy Whitcroft <[EMAIL PROTECTED]> --- Index: trunk/Documentation/SubmittingPatches ===

Re: [PATCH 1/2] fix typo in SubmittingPatches

2007-10-29 Thread Keiichi KII
Hi, -Once significant exception is when moving code from one file to +One significant exception is when moving code from one file to another in this case you should not modify the moved code at all in the same patch which moves it. This clearly delineates the act of moving the code and your

Re: [PATCH 1/2] fix typo in SubmittingPatches

2007-10-26 Thread Randy Dunlap
On Fri, 26 Oct 2007 15:51:44 +0900 Keiichi KII wrote: > From: Keiichi Kii <[EMAIL PROTECTED]> > > Fix typo. > > Signed-off-by: Keiichi Kii <[EMAIL PROTECTED]> > Cc: Andy Whitcroft <[EMAIL PROTECTED]> > --- > Index: trunk/Documentation/SubmittingPatches > =