From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 536FAC433DF for ; Mon, 6 Jul 2020 04:48:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 24DCA2074F for ; Mon, 6 Jul 2020 04:48:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594010911; bh=saajXkjFZV5Ysay/V5yS2+LctG2zyPPXgCNYyixmBgI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=i9EgTz15hclyjbn7KR0OJuSq4wcAkZ7JdVzw9mdZfMs4WPvJAnkJIcDvGJwp8xa7F kb45EmnzzZO5ElPPwzTKH3pIImg3bVK9cL1fTV6ag0OuS6U0L7L2kWAIM3JgYJCdk/ UGidRUyJN1+a2/ns0ZxvFwxsXP1Dh7MReEzHzfac= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726879AbgGFEsa (ORCPT ); Mon, 6 Jul 2020 00:48:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:43206 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726001AbgGFEsa (ORCPT ); Mon, 6 Jul 2020 00:48:30 -0400 Received: from localhost (unknown [122.182.251.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4F0A420720; Mon, 6 Jul 2020 04:48:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594010910; bh=saajXkjFZV5Ysay/V5yS2+LctG2zyPPXgCNYyixmBgI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A8QMvTN/gVISdfC7gmwMxMOxgudEVlVFrB9e4xhjcdL6RTBc/mgQM7pZj72Gtycmv ohIo6GAY8xfkvM0ae8iHztQNqQL9SJopoEchCTMXAx+6NrAxmWhxIHuEb3w7k8MNZl ObXOA/9Fe0bv3YA6Qd3KXpJCm1Yzo6/moH2aUJ+k= Date: Mon, 6 Jul 2020 10:18:24 +0530 From: Vinod Koul To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , William Breathitt Gray , linux-iio@vger.kernel.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, Jon Mason , Dave Jiang , Allen Hubbe , linux-ntb@googlegroups.com, Dan Williams , Vishal Verma , Ira Weiny , linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org, Eli Billauer Subject: Re: [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word Message-ID: <20200706044824.GB633187@vkoul-mobl> References: <20200704034502.17199-1-rdunlap@infradead.org> <20200704034502.17199-2-rdunlap@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200704034502.17199-2-rdunlap@infradead.org> Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On 03-07-20, 20:44, Randy Dunlap wrote: > Drop the doubled word "has". Applied, thanks > > Signed-off-by: Randy Dunlap > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > Cc: Vinod Koul > Cc: dmaengine@vger.kernel.org > --- > Documentation/driver-api/dmaengine/provider.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20200701.orig/Documentation/driver-api/dmaengine/provider.rst > +++ linux-next-20200701/Documentation/driver-api/dmaengine/provider.rst > @@ -507,7 +507,7 @@ dma_cookie_t > DMA_CTRL_ACK > > - If clear, the descriptor cannot be reused by provider until the > - client acknowledges receipt, i.e. has has a chance to establish any > + client acknowledges receipt, i.e. has a chance to establish any > dependency chains > > - This can be acked by invoking async_tx_ack() -- ~Vinod