All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: kernel-api: drop "Data Types" section
@ 2017-09-17 22:19 Randy Dunlap
  2017-09-26 20:32 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2017-09-17 22:19 UTC (permalink / raw)
  To: linux-doc, Jonathan Corbet; +Cc: LKML

From: Randy Dunlap <rdunlap@infradead.org>

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>
---
 Documentation/core-api/kernel-api.rst |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

--- lnx-414-rc1.orig/Documentation/core-api/kernel-api.rst
+++ lnx-414-rc1/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:

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: kernel-api: drop "Data Types" section
  2017-09-17 22:19 [PATCH] Documentation: kernel-api: drop "Data Types" section Randy Dunlap
@ 2017-09-26 20:32 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2017-09-26 20:32 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-doc, LKML

On Sun, 17 Sep 2017 15:19:10 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:

> 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".

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-28 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-17 22:19 [PATCH] Documentation: kernel-api: drop "Data Types" section Randy Dunlap
2017-09-26 20:32 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.