Skip to content

Commit

Permalink
Documentation: kernel-api: drop "Data Types" section
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
rddunlap authored and Jonathan Corbet committed Sep 26, 2017
1 parent 98bfa34 commit 416c751
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Documentation/core-api/kernel-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
The Linux Kernel API
====================

Data Types
==========

Doubly Linked Lists
-------------------
List Management Functions
=========================

.. kernel-doc:: include/linux/list.h
:internal:
Expand Down

0 comments on commit 416c751

Please sign in to comment.