]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/SubmitChecklist
[PATCH] remove the syslog interface when printk is disabled
[linux-2.6-omap-h63xx.git] / Documentation / SubmitChecklist
index a10bfb6ecd9fa4e55c9beecd2e588c9a0359ec71..7ac61f60037af81905aad58a39d70152f333eb82 100644 (file)
@@ -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'.