Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
416c7517 98bfa344

+2 -4
+2 -4
Documentation/core-api/kernel-api.rst
··· 2 2 The Linux Kernel API 3 3 ==================== 4 4 5 - Data Types 6 - ========== 7 5 8 - Doubly Linked Lists 9 - ------------------- 6 + List Management Functions 7 + ========================= 10 8 11 9 .. kernel-doc:: include/linux/list.h 12 10 :internal: