aboutsummaryrefslogtreecommitdiff
path: root/Documentation/SubmitChecklist
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-09-30 23:27:39 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-01 00:39:21 -0700
commitce584f913870bbad8779a1130d4be48698560bf0 (patch)
tree95e1a51fa934ce208e2ea2f861ffcf48f6bf561b /Documentation/SubmitChecklist
parentc53421b18f205c5f97c604ae55c6a921f034b0f6 (diff)
[PATCH] submit checklist: mention headers_check
Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/SubmitChecklist')
-rw-r--r--Documentation/SubmitChecklist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/SubmitChecklist b/Documentation/SubmitChecklist
index a6cb6ffd293..7ac61f60037 100644
--- a/Documentation/SubmitChecklist
+++ b/Documentation/SubmitChecklist
@@ -64,3 +64,5 @@ kernel patches.
19: All new userspace interfaces are documented in Documentation/ABI/.
See Documentation/ABI/README for more information.
+
+20: Check that it all passes `make headers_check'.