From: Andrew Morton Date: Sun, 1 Oct 2006 06:27:39 +0000 (-0700) Subject: [PATCH] submit checklist: mention headers_check X-Git-Tag: v2.6.19-rc1~602 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=ce584f913870bbad8779a1130d4be48698560bf0;p=linux-2.6-omap-h63xx.git [PATCH] submit checklist: mention headers_check Cc: David Woodhouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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'.