mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 17:11:46 +00:00
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: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
d22881dc13
commit
3abaa5ccd9
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue