]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation: kernel-api: drop "Data Types" section
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 17 Sep 2017 22:19:10 +0000 (15:19 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 26 Sep 2017 20:32:26 +0000 (14:32 -0600)
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 <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/core-api/kernel-api.rst

index 8282099e0cbf446bbebaaf63868ca04610999408..e557509574a06018520ff35e9eaee28e02589d96 100644 (file)
@@ -2,11 +2,9 @@
 The Linux Kernel API
 ====================
 
-Data Types
-==========
 
-Doubly Linked Lists
--------------------
+List Management Functions
+=========================
 
 .. kernel-doc:: include/linux/list.h
    :internal: