Documentation: add Sorting section to kernel-api
authorRandy Dunlap <[email protected]>
Wed, 29 Nov 2017 20:32:38 +0000 (12:32 -0800)
committerJonathan Corbet <[email protected]>
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 <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Documentation/core-api/kernel-api.rst

index 2d9da6c40a4d36e6d75ecf5d37e11cbd0ca18d14..5d2d5f83579c749306a21b1f64fc89b997acabec 100644 (file)
@@ -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
 ==========================