mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] Documentation: add Sorting section to kernel-api
@ 2017-11-16  3:19 Randy Dunlap
  2017-11-20 18:09 ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2017-11-16  3:19 UTC (permalink / raw)
  To: linux-doc, Jonathan Corbet; +Cc: LKML

From: Randy Dunlap <rdunlap@infradead.org>

Add sort() and list_sort() to the kernel API documentation in a
new "Sorting" section.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 Documentation/core-api/kernel-api.rst |    9 +++++++++
 1 file changed, 9 insertions(+)

--- lnx-414.orig/Documentation/core-api/kernel-api.rst
+++ lnx-414/Documentation/core-api/kernel-api.rst
@@ -96,6 +96,15 @@ idr/ida Functions
 .. kernel-doc:: lib/idr.c
    :export:
 
+Sorting
+-------
+
+.. kernel-doc:: lib/sort.c
+   :export:
+
+.. kernel-doc:: lib/list_sort.c
+   :export:
+
 Memory Management in Linux
 ==========================
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-20 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-16  3:19 [PATCH 1/2] Documentation: add Sorting section to kernel-api Randy Dunlap
2017-11-20 18:09 ` Jonathan Corbet
2017-11-20 22:01   ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome