The patch titled Add info about whitespace to SubmitChecklist has been added to the -mm tree. Its filename is add-info-about-whitespace-to-submitchecklist.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Add info about whitespace to SubmitChecklist From: Roland Dreier <rdreier@xxxxxxxxx> Signed-off-by: Roland Dreier <rolandd@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/SubmitChecklist | 4 ++++ 1 files changed, 4 insertions(+) diff -puN Documentation/SubmitChecklist~add-info-about-whitespace-to-submitchecklist Documentation/SubmitChecklist --- a/Documentation/SubmitChecklist~add-info-about-whitespace-to-submitchecklist +++ a/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" _ Patches currently in -mm which might be from rdreier@xxxxxxxxx are add-info-about-whitespace-to-submitchecklist.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html