Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Roland Dreier and committed by
Linus Torvalds
4d355632 8a630112

+4
+4
Documentation/SubmitChecklist
··· 80 80 23: Tested after it has been merged into the -mm patchset to make sure 81 81 that it still works with all of the other queued patches and various 82 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"