X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=Documentation%2FSubmitChecklist;h=7ac61f60037af81905aad58a39d70152f333eb82;hb=1ab54a936d75b1b100c998c8e2717fafd0b4c3b6;hp=a10bfb6ecd9fa4e55c9beecd2e588c9a0359ec71;hpb=9b4f2e9576658c4e52d95dc8d309f51b2e2db096;p=linux-2.6-omap-h63xx.git diff --git a/Documentation/SubmitChecklist b/Documentation/SubmitChecklist index a10bfb6ecd9..7ac61f60037 100644 --- a/Documentation/SubmitChecklist +++ b/Documentation/SubmitChecklist @@ -61,3 +61,8 @@ kernel patches. Documentation/kernel-parameters.txt. 18: All new module parameters are documented with MODULE_PARM_DESC() + +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'.