From: Randy Dunlap Date: Sun, 17 Sep 2017 22:19:10 +0000 (-0700) Subject: Documentation: kernel-api: drop "Data Types" section X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=416c7517359b8812c8bcddc31348934b901c3cdc;p=openwrt%2Fstaging%2Fblogic.git Documentation: kernel-api: drop "Data Types" section In the kernel-api chapter, the section for Data Types only contains "Doubly Linked Lists" and all of the function interfaces for list management. There are no other data types in this section, so collapse this section into "List Management Functions". Signed-off-by: Randy Dunlap Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst index 8282099e0cbf..e557509574a0 100644 --- a/Documentation/core-api/kernel-api.rst +++ b/Documentation/core-api/kernel-api.rst @@ -2,11 +2,9 @@ The Linux Kernel API ==================== -Data Types -========== -Doubly Linked Lists -------------------- +List Management Functions +========================= .. kernel-doc:: include/linux/list.h :internal: