projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9e794
)
[PATCH] Mention Documenation/ABI/ requirements in Documentation/SubmitChecklist
author
Randy Dunlap
<rdunlap@xenotime.net>
Fri, 29 Sep 2006 09:01:26 +0000
(
02:01
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:23 +0000
(09:18 -0700)
Mention Documenation/ABI/ requirements in Documentation/SubmitChecklist.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/SubmitChecklist
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/SubmitChecklist
b/Documentation/SubmitChecklist
index a10bfb6ecd9fa4e55c9beecd2e588c9a0359ec71..a6cb6ffd293377bef9a19cd077299626fcb5bf47 100644
(file)
--- a/
Documentation/SubmitChecklist
+++ b/
Documentation/SubmitChecklist
@@
-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.