From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Add sort() and list_sort() to the kernel API documentation in a new "Sorting" section. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> --- 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 ========================== -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html