X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Documentation%2FSubmitChecklist;h=7ac61f60037af81905aad58a39d70152f333eb82;hb=7a87b6c228b8d0cc54b9faa159732fcb2a6c9d0c;hp=a10bfb6ecd9fa4e55c9beecd2e588c9a0359ec71;hpb=00ab956f2fefd3673edc16df55beed21834b7bdd;p=powerpc.git diff --git a/Documentation/SubmitChecklist b/Documentation/SubmitChecklist index a10bfb6ecd..7ac61f6003 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'.