Documentation: add Sorting section to kernel-api
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 29 Nov 2017 20:32:38 +0000 (12:32 -0800)
committerJonathan 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

index 2d9da6c..5d2d5f8 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
 ==========================