Re: [PATCH 1/2] Documentation: add Sorting section to kernel-api

2017-11-20 Thread Randy Dunlap
On 11/20/17 10:09, Jonathan Corbet wrote: > On Wed, 15 Nov 2017 19:19:19 -0800 > Randy Dunlap 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 func

Re: [PATCH 1/2] Documentation: add Sorting section to kernel-api

2017-11-20 Thread Jonathan Corbet
On Wed, 15 Nov 2017 19:19:19 -0800 Randy Dunlap 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,

[PATCH 1/2] Documentation: add Sorting section to kernel-api

2017-11-15 Thread Randy Dunlap
From: Randy Dunlap Add sort() and list_sort() to the kernel API documentation in a new "Sorting" section. Signed-off-by: Randy Dunlap --- Documentation/core-api/kernel-api.rst |9 + 1 file changed, 9 insertions(+) --- lnx-414.orig/Documentation/core-api/kernel-api.rst +++ lnx-414/