From: Andrew Morton Date: Sun, 1 Oct 2006 06:27:39 +0000 (-0700) Subject: [PATCH] submit checklist: mention headers_check X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ce584f913870bbad8779a1130d4be48698560bf0;p=linux-beck.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 a6cb6ffd2933..7ac61f60037a 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'.