* [PATCH] Add info about whitespace to SubmitChecklist
@ 2007-05-03 20:38 Roland Dreier
0 siblings, 0 replies; only message in thread
From: Roland Dreier @ 2007-05-03 20:38 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel
Signed-off-by: Roland Dreier <rolandd@cisco.com>
---
diff --git a/Documentation/SubmitChecklist b/Documentation/SubmitChecklist
index bd23dc0..6491b2c 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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-05-03 20:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-03 20:38 [PATCH] Add info about whitespace to SubmitChecklist Roland Dreier
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.