diff options
author | Roland Dreier <rdreier@cisco.com> | 2007-05-09 05:33:35 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-09 15:30:49 -0400 |
commit | 4d3556329926bde7c1e80cd6c650525326652ea4 (patch) | |
tree | 1ffc2fff128fc2440e100b7d6978492d8b93ced2 /Documentation/SubmitChecklist | |
parent | 8a63011275e1a0ec9389e8c7d9b08caab8957ca0 (diff) |
Add info about whitespace to SubmitChecklist
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/SubmitChecklist')
-rw-r--r-- | Documentation/SubmitChecklist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/SubmitChecklist b/Documentation/SubmitChecklist index bd23dc0bc0c7..6491b2c45dd4 100644 --- a/Documentation/SubmitChecklist +++ b/Documentation/SubmitChecklist | |||
@@ -80,3 +80,7 @@ kernel patches. | |||
80 | 23: Tested after it has been merged into the -mm patchset to make sure | 80 | 23: Tested after it has been merged into the -mm patchset to make sure |
81 | that it still works with all of the other queued patches and various | 81 | that it still works with all of the other queued patches and various |
82 | changes in the VM, VFS, and other subsystems. | 82 | changes in the VM, VFS, and other subsystems. |
83 | |||
84 | 24: Avoid whitespace damage such as indenting with spaces or whitespace | ||
85 | at the end of lines. You can test this by feeding the patch to | ||
86 | "git apply --check --whitespace=error-all" | ||