diff options
| author | Andrew Morton <akpm@osdl.org> | 2006-10-01 02:27:39 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-01 03:39:21 -0400 |
| commit | ce584f913870bbad8779a1130d4be48698560bf0 (patch) | |
| tree | 95e1a51fa934ce208e2ea2f861ffcf48f6bf561b /Documentation/SubmitChecklist | |
| parent | c53421b18f205c5f97c604ae55c6a921f034b0f6 (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/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. | |||
| 64 | 64 | ||
| 65 | 19: All new userspace interfaces are documented in Documentation/ABI/. | 65 | 19: All new userspace interfaces are documented in Documentation/ABI/. |
| 66 | See Documentation/ABI/README for more information. | 66 | See Documentation/ABI/README for more information. |
| 67 | |||
| 68 | 20: Check that it all passes `make headers_check'. | ||
