Skip to content
Snippets Groups Projects
Commit 416c7517 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jonathan Corbet
Browse files

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 98bfa344
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,9 @@ ...@@ -2,11 +2,9 @@
The Linux Kernel API The Linux Kernel API
==================== ====================
Data Types
==========
Doubly Linked Lists List Management Functions
------------------- =========================
.. kernel-doc:: include/linux/list.h .. kernel-doc:: include/linux/list.h
:internal: :internal:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment