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=-5.6 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,USER_AGENT_SANE_2 autolearn=unavailable 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 78487C433E3 for ; Sat, 4 Jul 2020 16:08:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5727220739 for ; Sat, 4 Jul 2020 16:08:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593878898; bh=1BpfsvpmseYY6Czd4aQrB5WsjTyV3T6hjuFnvWaFxYk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=Zqx3kp07m8IWnZ8deCPOqTCYoslPvqv7zJZJPZQK0hutKSj6FHybznB9Fd8UnHNlA YTBmGW/ws6yz7SYrF2912mkCt0URzr5pdpuM5Kr92nih6xKPHNoRpzFZAQV1xkMFG0 hYzWbQALQTqKDD6vKM9H+vV/GFqp2ln/av57+vPU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726911AbgGDQIN (ORCPT ); Sat, 4 Jul 2020 12:08:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:54388 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726703AbgGDQIN (ORCPT ); Sat, 4 Jul 2020 12:08:13 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (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 EE73520739; Sat, 4 Jul 2020 16:08:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593878892; bh=1BpfsvpmseYY6Czd4aQrB5WsjTyV3T6hjuFnvWaFxYk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=l5+F5/ytTi7u4OFepYp/cyoSTMCyGXSJo0lhT6S9CBsCxhL19+xmKTfgSTcvWh4KH bFN3f+bYvtnJNrdrnt0YqD9n94fo5RXRHJ6w3byFwfT+jsusMAk5NsjiJYU2EwrTMQ BI7iVw6BHNgJrKRAU3Hh+9xUm0dkCc2iKNJdzwqg= Date: Sat, 4 Jul 2020 17:08:05 +0100 From: Jonathan Cameron To: William Breathitt Gray Cc: Randy Dunlap , linux-kernel@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, Vinod Koul , dmaengine@vger.kernel.org, Luis Chamberlain , Greg Kroah-Hartman , 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 06/17] Documentation/driver-api: generic-counter: drop doubled word Message-ID: <20200704170805.18b07f1a@archlinux> In-Reply-To: <20200704123041.GA5194@shinobu> References: <20200704034502.17199-1-rdunlap@infradead.org> <20200704034502.17199-7-rdunlap@infradead.org> <20200704123041.GA5194@shinobu> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On Sat, 4 Jul 2020 08:30:41 -0400 William Breathitt Gray wrote: > On Fri, Jul 03, 2020 at 08:44:51PM -0700, Randy Dunlap wrote: > > Drop the doubled word "the". > > > > Signed-off-by: Randy Dunlap > > Cc: Jonathan Corbet > > Cc: linux-doc@vger.kernel.org > > Cc: William Breathitt Gray > > Cc: linux-iio@vger.kernel.org > > --- > > Documentation/driver-api/generic-counter.rst | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > --- linux-next-20200701.orig/Documentation/driver-api/generic-counter.rst > > +++ linux-next-20200701/Documentation/driver-api/generic-counter.rst > > @@ -262,7 +262,7 @@ the system. > > Counter Counts may be allocated via counter_count structures, and > > respective Counter Signal associations (Synapses) made via > > counter_synapse structures. Associated counter_synapse structures are > > -stored as an array and set to the the synapses array member of the > > +stored as an array and set to the synapses array member of the > > respective counter_count structure. These counter_count structures are > > set to the counts array member of an allocated counter_device structure > > before the Counter is registered to the system. > > Acked-by: William Breathitt Gray Applied to the togreg branch of iio.git Thanks, Jonathan