mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2 v2] Documentation: add Sorting section to kernel-api
@ 2017-11-29 20:32 Randy Dunlap
  2017-12-11 22:01 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2017-11-29 20:32 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(+)

v2: updated to apply cleanly.

--- linux-next-20171129.orig/Documentation/core-api/kernel-api.rst
+++ linux-next-20171129/Documentation/core-api/kernel-api.rst
@@ -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
 ==========================
 

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

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

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

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

all inboxes | Powered by JetHome®