From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753414AbdI1PWy (ORCPT ); Thu, 28 Sep 2017 11:22:54 -0400 Received: from ms.lwn.net ([45.79.88.28]:51558 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753398AbdI1PWv (ORCPT ); Thu, 28 Sep 2017 11:22:51 -0400 Date: Tue, 26 Sep 2017 14:32:43 -0600 From: Jonathan Corbet To: Randy Dunlap Cc: "linux-doc@vger.kernel.org" , LKML Subject: Re: [PATCH] Documentation: kernel-api: drop "Data Types" section Message-ID: <20170926143243.180fa5d5@lwn.net> In-Reply-To: References: Organization: LWN.net X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 17 Sep 2017 15:19:10 -0700 Randy Dunlap 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