diff options
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 |