From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753974AbbIXVva (ORCPT ); Thu, 24 Sep 2015 17:51:30 -0400 Received: from tex.lwn.net ([70.33.254.29]:55123 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752873AbbIXVv3 (ORCPT ); Thu, 24 Sep 2015 17:51:29 -0400 Date: Thu, 24 Sep 2015 15:51:27 -0600 From: Jonathan Corbet To: Sakari Ailus Cc: linux-doc@vger.kernel.org, bhelgaas@google.com, linux-kernel@vger.kernel.org, djkurtz@chromium.org, Sakari Ailus Subject: Re: [PATCH 1/2] Documentation: DMA API: Be more explicit that nents is always the same Message-ID: <20150924155127.43db4388@lwn.net> In-Reply-To: <1443008470-18213-2-git-send-email-sakari.ailus@linux.intel.com> References: <1443008470-18213-1-git-send-email-sakari.ailus@linux.intel.com> <1443008470-18213-2-git-send-email-sakari.ailus@linux.intel.com> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; 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 Wed, 23 Sep 2015 14:41:09 +0300 Sakari Ailus wrote: > The nents argument to the DMA API functions operating on scatterlists is > always the same. The documentation used different argument names and the > matter was not mentioned in Documentation/DMA-API-HOWTO.txt at all. Fix > these. OK, I've taken this one into the docs tree. Part 2 needs to go in via an ARM maintainer, and should probably make an appearance on the ARM list. Thanks, jon