diff options
author | Andrew Morton <akpm@osdl.org> | 2006-09-30 23:27:39 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-01 00:39:21 -0700 |
commit | ce584f913870bbad8779a1130d4be48698560bf0 (patch) | |
tree | 95e1a51fa934ce208e2ea2f861ffcf48f6bf561b /Documentation | |
parent | c53421b18f205c5f97c604ae55c6a921f034b0f6 (diff) | |
download | linux-3.10-ce584f913870bbad8779a1130d4be48698560bf0.tar.gz linux-3.10-ce584f913870bbad8779a1130d4be48698560bf0.tar.bz2 linux-3.10-ce584f913870bbad8779a1130d4be48698560bf0.zip |
[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')
-rw-r--r-- | Documentation/SubmitChecklist | 2 |
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'. |