All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Breathitt Gray <vilhelm.gray@gmail.com>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: linux-kernel@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>,
	linux-doc@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
	dmaengine@vger.kernel.org, Luis Chamberlain <mcgrof@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-iio@vger.kernel.org,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	linux-media@vger.kernel.org, Jon Mason <jdmason@kudzu.us>,
	Allen Hubbe <allenbh@gmail.com>,
	linux-ntb@googlegroups.com, linux-nvdimm@lists.01.org,
	linux-usb@vger.kernel.org, Eli Billauer <eli.billauer@gmail.com>
Subject: Re: [PATCH 06/17] Documentation/driver-api: generic-counter: drop doubled word
Date: Sat, 4 Jul 2020 08:30:41 -0400	[thread overview]
Message-ID: <20200704123041.GA5194@shinobu> (raw)
In-Reply-To: <20200704034502.17199-7-rdunlap@infradead.org>


[-- Attachment #1.1: Type: text/plain, Size: 1228 bytes --]

On Fri, Jul 03, 2020 at 08:44:51PM -0700, Randy Dunlap wrote:
> Drop the doubled word "the".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: William Breathitt Gray <vilhelm.gray@gmail.com>
> 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 <vilhelm.gray@gmail.com>

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org
To unsubscribe send an email to linux-nvdimm-leave@lists.01.org

WARNING: multiple messages have this Message-ID (diff)
From: William Breathitt Gray <vilhelm.gray@gmail.com>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: linux-kernel@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>,
	linux-doc@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
	dmaengine@vger.kernel.org, Luis Chamberlain <mcgrof@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-iio@vger.kernel.org,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	linux-media@vger.kernel.org, Jon Mason <jdmason@kudzu.us>,
	Dave Jiang <dave.jiang@intel.com>,
	Allen Hubbe <allenbh@gmail.com>,
	linux-ntb@googlegroups.com,
	Dan Williams <dan.j.williams@intel.com>,
	Vishal Verma <vishal.l.verma@intel.com>,
	Ira Weiny <ira.weiny@intel.com>,
	linux-nvdimm@lists.01.org, linux-usb@vger.kernel.org,
	Eli Billauer <eli.billauer@gmail.com>
Subject: Re: [PATCH 06/17] Documentation/driver-api: generic-counter: drop doubled word
Date: Sat, 4 Jul 2020 08:30:41 -0400	[thread overview]
Message-ID: <20200704123041.GA5194@shinobu> (raw)
In-Reply-To: <20200704034502.17199-7-rdunlap@infradead.org>

[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]

On Fri, Jul 03, 2020 at 08:44:51PM -0700, Randy Dunlap wrote:
> Drop the doubled word "the".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: William Breathitt Gray <vilhelm.gray@gmail.com>
> 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 <vilhelm.gray@gmail.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2020-07-04 12:31 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
2020-07-04  3:44 ` Randy Dunlap
2020-07-04  3:44 ` [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-06  4:48   ` Vinod Koul
2020-07-06  4:48     ` Vinod Koul
2020-07-04  3:44 ` [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: " Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-06 12:50   ` Luis Chamberlain
2020-07-06 12:50     ` Luis Chamberlain
2020-07-04  3:44 ` [PATCH 03/17] Documentation/driver-api: firmware/firmware_cache: " Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-04  3:44 ` [PATCH 04/17] Documentation/driver-api: firmware/direct-fs-lookup: " Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-04  3:44 ` [PATCH 05/17] Documentation/driver-api: firmware/request_firmware: " Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-04  3:44 ` [PATCH 06/17] Documentation/driver-api: generic-counter: " Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-04 12:30   ` William Breathitt Gray [this message]
2020-07-04 12:30     ` William Breathitt Gray
2020-07-04 16:08     ` Jonathan Cameron
2020-07-04 16:08       ` Jonathan Cameron
2020-07-04  3:44 ` [PATCH 07/17] Documentation/driver-api: iio/buffers: " Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-04 16:09   ` Jonathan Cameron
2020-07-04 16:09     ` Jonathan Cameron
2020-07-04  3:44 ` [PATCH 08/17] Documentation/driver-api: media/cec-core: " Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-04  3:44 ` [PATCH 09/17] Documentation/driver-api: media/dtv-frontend: " Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-04  3:44 ` [PATCH 10/17] Documentation/driver-api: media/v4l2-dev: " Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-04  3:44 ` [PATCH 11/17] Documentation/driver-api: driver-model/platform: " Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-04  3:44 ` [PATCH 12/17] Documentation/driver-api: ntb: " Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-04  3:44 ` [PATCH 13/17] Documentation/driver-api: nvdimm: " Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-06 15:48   ` Ira Weiny
2020-07-06 15:48     ` Ira Weiny
2020-07-04  3:44 ` [PATCH 14/17] Documentation/driver-api: uio-howto: " Randy Dunlap
2020-07-04  3:44   ` Randy Dunlap
2020-07-04  3:45 ` [PATCH 15/17] Documentation/driver-api: usb/URB: " Randy Dunlap
2020-07-04  3:45   ` Randy Dunlap
2020-07-04  3:45 ` [PATCH 16/17] Documentation/driver-api: media/v4l2-controls: drop doubled words Randy Dunlap
2020-07-04  3:45   ` Randy Dunlap
2020-07-04  3:45 ` [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word Randy Dunlap
2020-07-04  3:45   ` Randy Dunlap
2020-07-04 13:33   ` Eli Billauer
2020-07-04 12:31 ` [PATCH 00/17] Documentation/driver-api: eliminate duplicated words William Breathitt Gray
2020-07-04 12:31   ` William Breathitt Gray
2020-07-13 17:20 ` Jonathan Corbet
2020-07-13 17:20   ` Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200704123041.GA5194@shinobu \
    --to=vilhelm.gray@gmail.com \
    --cc=allenbh@gmail.com \
    --cc=corbet@lwn.net \
    --cc=dmaengine@vger.kernel.org \
    --cc=eli.billauer@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jdmason@kudzu.us \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-ntb@googlegroups.com \
    --cc=linux-nvdimm@lists.01.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mcgrof@kernel.org \
    --cc=mchehab@kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.