From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753467AbdI1PXH (ORCPT ); Thu, 28 Sep 2017 11:23:07 -0400 Received: from ms.lwn.net ([45.79.88.28]:52932 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753321AbdI1PXF (ORCPT ); Thu, 28 Sep 2017 11:23:05 -0400 Date: Tue, 26 Sep 2017 15:02:22 -0600 From: Jonathan Corbet To: Randy Dunlap Cc: "linux-doc@vger.kernel.org" , LKML Subject: Re: [PATCH] docs: clean up and add rest of CRC functions to kernel-api.rst Message-ID: <20170926150222.7b4565e9@lwn.net> In-Reply-To: <246b06ff-c107-3ce0-5ee8-87883c74f85a@infradead.org> References: <246b06ff-c107-3ce0-5ee8-87883c74f85a@infradead.org> 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 Fri, 8 Sep 2017 16:35:55 -0700 Randy Dunlap wrote: > Add the rest of the CRC library functions to kernel-api. > > - try to clarify crc32() by adding '@' to a function parameter > - reorder kernel-api CRC functions to be less random > - add more CRC functions to kernel-api > - correct the function parameter names in several places I've applied this one too; sorry for being so slow. Thanks, jon