* [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* Re: [PATCH 1/2] Documentation: add Sorting section to kernel-api
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
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2017-11-20 18:09 UTC (permalink / raw)
To: Randy Dunlap; +Cc: linux-doc, LKML
On Wed, 15 Nov 2017 19:19:19 -0800
Randy Dunlap <rdunlap@infradead.org> wrote:
> Add sort() and list_sort() to the kernel API documentation in a
> new "Sorting" section.
Neither of these patches applies to current docs-next. Seems they
conflict with the math functions docs that somebody added...:) Not hard
to fix up, but I'll defer that for now.
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] Documentation: add Sorting section to kernel-api
2017-11-20 18:09 ` Jonathan Corbet
@ 2017-11-20 22:01 ` Randy Dunlap
0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2017-11-20 22:01 UTC (permalink / raw)
To: Jonathan Corbet; +Cc: linux-doc, LKML
On 11/20/17 10:09, Jonathan Corbet wrote:
> On Wed, 15 Nov 2017 19:19:19 -0800
> Randy Dunlap <rdunlap@infradead.org> wrote:
>
>> Add sort() and list_sort() to the kernel API documentation in a
>> new "Sorting" section.
>
> Neither of these patches applies to current docs-next. Seems they
> conflict with the math functions docs that somebody added...:) Not hard
> to fix up, but I'll defer that for now.
Oops. I'll correct them and resend.
thanks.
--
~Randy
^ 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