Skip to content
Snippets Groups Projects
Commit 3abaa5cc authored by Randy Dunlap's avatar Randy Dunlap Committed by Jonathan Corbet
Browse files

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
No related merge requests found
...@@ -139,6 +139,15 @@ Division Functions ...@@ -139,6 +139,15 @@ Division Functions
.. kernel-doc:: lib/gcd.c .. kernel-doc:: lib/gcd.c
:export: :export:
Sorting
-------
.. kernel-doc:: lib/sort.c
:export:
.. kernel-doc:: lib/list_sort.c
:export:
Memory Management in Linux Memory Management in Linux
========================== ==========================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment