From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751976AbdKTSJu (ORCPT ); Mon, 20 Nov 2017 13:09:50 -0500 Received: from ms.lwn.net ([45.79.88.28]:34062 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751863AbdKTSJs (ORCPT ); Mon, 20 Nov 2017 13:09:48 -0500 Date: Mon, 20 Nov 2017 11:09:47 -0700 From: Jonathan Corbet To: Randy Dunlap Cc: "linux-doc@vger.kernel.org" , LKML Subject: Re: [PATCH 1/2] Documentation: add Sorting section to kernel-api Message-ID: <20171120110947.6cb73b73@lwn.net> In-Reply-To: References: Organization: LWN.net 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 Wed, 15 Nov 2017 19:19:19 -0800 Randy Dunlap wrote: > Add sort() and list_sort() to the kernel API documentation in a > new "Sorting" section. Neither of these patches applies to current docs-next. Seems they conflict with the math functions docs that somebody added...:) Not hard to fix up, but I'll defer that for now. jon