Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5956459imu; Mon, 21 Jan 2019 00:16:21 -0800 (PST) X-Google-Smtp-Source: ALg8bN4AoJLQeaeOVVrMkDdEtkN07uR0evNbyetxNvLq2kZha+uNBk0o3+0Cms9PfwoJRH8N3GOV X-Received: by 2002:a62:644:: with SMTP id 65mr29012610pfg.161.1548058581520; Mon, 21 Jan 2019 00:16:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548058581; cv=none; d=google.com; s=arc-20160816; b=Ml/74hYRAfCtFS0DLMcVSoXK3zDGT6TRhlhDhrQPGWL5Cpc62JqbJmpWQ49xoDn0Tn 7RP9D7eGcPjyMpL1pxNvnJiOhsRgPxqIVNs4d8I6USLFvE//qBW2h+HEgGD6Zgux70Ia f3Xygv5CnPzNFPMClV7LXCCrCBy5xSdABNQ2HbNzAawYtAnnDewHzZXugK6U/DIhccyH Xm0vo5BSEK0ozFJeQHdxZGIUp0SBF0/edor7HKUU4HpejFPWaM02oAxqeZMHFDEsM/op rgrcwYSf68eErrUcRozUcd+MlGD8zo6Svz0XbRYgXsMwz+UvIIa8hw5u6SBs+rSCbllN vyjw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=DOV/zOSdSJok/yRSckozetief9t2E6c7/pt+KmJJQLY=; b=Q/0Bwuc6A66A0cctj+PXsam+z/YKGv+yzGa+cJl2aB/ZpfwVErpyqYPnWypBnUXPSW paikt4YgMH8FAtpqheYqKdf0PeaqqRQaEu5wBJ7+npRyKKtMOMsAejvGBOVFZF8kLq2m 0LM2imryIWw5aZ0MBCPuOmhgNpv6jLN/iFfuEIoi19AnqZqWhPqTUkGEhhfF5v5xZHlF 7k02Xyr6ICrCfRQkvNdg1Jg7uY8UtHTANwHFyJKI9rXHoLIrDR240PKBzmlNe6R7mUJs MynY2R+PwPYtLM372LeNNr1uM/r1gyEA4E1IqkrAOMBRKoi820Yh5LvG8/pkjnlc8es0 iveQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m3si12122310pld.331.2019.01.21.00.16.05; Mon, 21 Jan 2019 00:16:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728388AbfAUIOy (ORCPT + 99 others); Mon, 21 Jan 2019 03:14:54 -0500 Received: from ms.lwn.net ([45.79.88.28]:33112 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727479AbfAUIOy (ORCPT ); Mon, 21 Jan 2019 03:14:54 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 0096BAB9; Mon, 21 Jan 2019 02:18:12 +0000 (UTC) Date: Sun, 20 Jan 2019 19:18:08 -0700 From: Jonathan Corbet To: Corentin Labbe Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: DMA-API: fix two typos Message-ID: <20190120191808.3570ca8f@lwn.net> In-Reply-To: <1547818702-40035-1-git-send-email-clabbe@baylibre.com> References: <1547818702-40035-1-git-send-email-clabbe@baylibre.com> Organization: LWN.net X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 18 Jan 2019 13:38:22 +0000 Corentin Labbe wrote: > This patch fixes two typos, a missing "e" and dma-api/driver_filter was > incorrectly typed dma-api/driver-filter. > > Signed-off-by: Corentin Labbe So I've applied this, but... > Documentation/DMA-API.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/DMA-API.txt b/Documentation/DMA-API.txt > index 78114ee63057..bd009f3069f8 100644 > --- a/Documentation/DMA-API.txt > +++ b/Documentation/DMA-API.txt > @@ -531,7 +531,7 @@ that simply cannot make consistent memory. > dma_addr_t dma_handle, unsigned long attrs) > > Free memory allocated by the dma_alloc_attrs(). All parameters common > -parameters must identical to those otherwise passed to dma_fre_coherent, > +parameters must identical to those otherwise passed to dma_free_coherent, That sentence clearly needs a lot more help than just an extra "e"; I took the liberty of fixing it up on the way in. Thanks, jon