Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756289AbXJZGwI (ORCPT ); Fri, 26 Oct 2007 02:52:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752511AbXJZGv6 (ORCPT ); Fri, 26 Oct 2007 02:51:58 -0400 Received: from TYO202.gate.nec.co.jp ([202.32.8.206]:39443 "EHLO tyo202.gate.nec.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752202AbXJZGv6 (ORCPT ); Fri, 26 Oct 2007 02:51:58 -0400 Message-ID: <47218E80.50700@bx.jp.nec.com> Date: Fri, 26 Oct 2007 15:51:44 +0900 From: Keiichi KII User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Linux Kernel Mailing List CC: gregkh@suse.de, Andy Whitcroft Subject: [PATCH 1/2] fix typo in SubmittingPatches References: <47218DBC.8070404@bx.jp.nec.com> In-Reply-To: <47218DBC.8070404@bx.jp.nec.com> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1217 Lines: 30 From: Keiichi Kii Fix typo. Signed-off-by: Keiichi Kii Cc: Andy Whitcroft --- Index: trunk/Documentation/SubmittingPatches =================================================================== --- trunk.orig/Documentation/SubmittingPatches +++ trunk/Documentation/SubmittingPatches @@ -464,7 +464,7 @@ section Linus Computer Science 101. Nuff said. If your code deviates too much from this, it is likely to be rejected without further review, and without comment. -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 changes. This greatly aids review of the -- Keiichi KII NEC Corporation OSS Platform Development Division E-mail: k-keiichi@bx.jp.nec.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/