From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752871AbdJSTFb (ORCPT ); Thu, 19 Oct 2017 15:05:31 -0400 Received: from ms.lwn.net ([45.79.88.28]:33196 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752020AbdJSTF3 (ORCPT ); Thu, 19 Oct 2017 15:05:29 -0400 Date: Thu, 19 Oct 2017 13:05:28 -0600 From: Jonathan Corbet To: Randy Dunlap Cc: "linux-doc@vger.kernel.org" , LKML Subject: Re: [PATCH] documentation: kernel-api: add more info on bitmap functions Message-ID: <20171019130528.7fe8d738@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 Mon, 16 Oct 2017 16:32:51 -0700 Randy Dunlap wrote: > There are some good comments about bitmap operations in lib/bitmap.c > and include/linux/bitmap.h, so format them for document generation and > pull them into core-api/kernel-api.rst. > > I converted the "tables" of functions from using tabs to using spaces > so that they are more readable in the source file and in the generated > output. Looks good, thanks, applied. Hopefully Linus won't yell at me about touching all that stuff in lib/... jon