[PATCH] submit checklist: mention headers_check
authorAndrew Morton <akpm@osdl.org>
Sun, 1 Oct 2006 06:27:39 +0000 (23:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 1 Oct 2006 07:39:21 +0000 (00:39 -0700)
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/SubmitChecklist

index a6cb6ff..7ac61f6 100644 (file)
@@ -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'.