Commit 3abaa5cc authored by Randy Dunlap's avatar Randy Dunlap Committed by Jonathan Corbet

Documentation: add Sorting section to kernel-api

Add sort() and list_sort() to the kernel API documentation in a
new "Sorting" section.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent d22881dc
......@@ -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
==========================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment