diff options
author | Keiichi Kii <k-keiichi@bx.jp.nec.com> | 2007-10-26 02:51:44 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-31 00:52:33 -0400 |
commit | 5ab3bd5785774c4ae9dae87332d1d5bd6415c823 (patch) | |
tree | c2329692d6a20d2b121052ea93eb3593776b5dfb /Documentation | |
parent | 60b8cabd8e8a1d266aa8778957691cd925673083 (diff) |
fix typo in SubmittingPatches
Fix typo.
Signed-off-by: Keiichi Kii <k-keiichi@bx.jp.nec.com>
Cc: Andy Whitcroft <apw@shadowen.org>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/SubmittingPatches | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index a30dd4480ad4..681e2b36195c 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches | |||
@@ -464,8 +464,8 @@ section Linus Computer Science 101. | |||
464 | Nuff said. If your code deviates too much from this, it is likely | 464 | Nuff said. If your code deviates too much from this, it is likely |
465 | to be rejected without further review, and without comment. | 465 | to be rejected without further review, and without comment. |
466 | 466 | ||
467 | Once significant exception is when moving code from one file to | 467 | One significant exception is when moving code from one file to |
468 | another in this case you should not modify the moved code at all in | 468 | another -- in this case you should not modify the moved code at all in |
469 | the same patch which moves it. This clearly delineates the act of | 469 | the same patch which moves it. This clearly delineates the act of |
470 | moving the code and your changes. This greatly aids review of the | 470 | moving the code and your changes. This greatly aids review of the |
471 | actual differences and allows tools to better track the history of | 471 | actual differences and allows tools to better track the history of |