aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/SubmitChecklist
diff options
context:
space:
mode:
authorRoland Dreier <rdreier@cisco.com>2007-05-09 02:33:35 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-09 12:30:49 -0700
commit4d3556329926bde7c1e80cd6c650525326652ea4 (patch)
tree1ffc2fff128fc2440e100b7d6978492d8b93ced2 /Documentation/SubmitChecklist
parentpretend cpuset has some form of hugetlb page reservation (diff)
downloadlinux-dev-4d3556329926bde7c1e80cd6c650525326652ea4.tar.xz
linux-dev-4d3556329926bde7c1e80cd6c650525326652ea4.zip
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/SubmitChecklist4
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.
23: Tested after it has been merged into the -mm patchset to make sure
that it still works with all of the other queued patches and various
changes in the VM, VFS, and other subsystems.
+
+24: Avoid whitespace damage such as indenting with spaces or whitespace
+ at the end of lines. You can test this by feeding the patch to
+ "git apply --check --whitespace=error-all"