Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a036cdd authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

[PATCH] Mention Documenation/ABI/ requirements in Documentation/SubmitChecklist



Mention Documenation/ABI/ requirements in Documentation/SubmitChecklist.

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3f9e7949
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -61,3 +61,6 @@ 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.