projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d22881d
)
Documentation: add Sorting section to kernel-api
author
Randy Dunlap
<rdunlap@infradead.org>
Wed, 29 Nov 2017 20:32:38 +0000
(12:32 -0800)
committer
Jonathan Corbet
<corbet@lwn.net>
Mon, 11 Dec 2017 21:59:31 +0000
(14:59 -0700)
Add sort() and list_sort() to the kernel API documentation in a
new "Sorting" section.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/core-api/kernel-api.rst
patch
|
blob
|
history
diff --git
a/Documentation/core-api/kernel-api.rst
b/Documentation/core-api/kernel-api.rst
index 2d9da6c40a4d36e6d75ecf5d37e11cbd0ca18d14..5d2d5f83579c749306a21b1f64fc89b997acabec 100644
(file)
--- a/
Documentation/core-api/kernel-api.rst
+++ b/
Documentation/core-api/kernel-api.rst
@@
-139,6
+139,15
@@
Division Functions
.. kernel-doc:: lib/gcd.c
:export:
+Sorting
+-------
+
+.. kernel-doc:: lib/sort.c
+ :export:
+
+.. kernel-doc:: lib/list_sort.c
+ :export:
+
Memory Management in Linux
==========================