projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a63011
)
Add info about whitespace to SubmitChecklist
author
Roland Dreier
<
[email protected]
>
Wed, 9 May 2007 09:33:35 +0000
(
02:33
-0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 9 May 2007 19:30:49 +0000
(12:30 -0700)
Signed-off-by: Roland Dreier <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
Documentation/SubmitChecklist
patch
|
blob
|
history
diff --git
a/Documentation/SubmitChecklist
b/Documentation/SubmitChecklist
index bd23dc0bc0c7c9ced4323b761396377d700fad83..6491b2c45dd48af654e411278559d537ec237330 100644
(file)
--- 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"