linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/17] Documentation/driver-api: eliminate duplicated words
@ 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
                   ` (18 more replies)
  0 siblings, 19 replies; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Remove occurrences of duplicated words in Documentation/driver-api/.

Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Vinod Koul <vkoul@kernel.org>
Cc: dmaengine@vger.kernel.org
Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: William Breathitt Gray <vilhelm.gray@gmail.com>
Cc: linux-iio@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-media@vger.kernel.org
Cc: Jon Mason <jdmason@kudzu.us>
Cc: Dave Jiang <dave.jiang@intel.com>
Cc: Allen Hubbe <allenbh@gmail.com>
Cc: linux-ntb@googlegroups.com
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Vishal Verma <vishal.l.verma@intel.com>
Cc: Dave Jiang <dave.jiang@intel.com>
Cc: Ira Weiny <ira.weiny@intel.com>
Cc: linux-nvdimm@lists.01.org
Cc: linux-usb@vger.kernel.org
Cc: Eli Billauer <eli.billauer@gmail.com>


 Documentation/driver-api/dmaengine/provider.rst        |    2 +-
 Documentation/driver-api/driver-model/platform.rst     |    2 +-
 Documentation/driver-api/firmware/built-in-fw.rst      |    2 +-
 Documentation/driver-api/firmware/direct-fs-lookup.rst |    2 +-
 Documentation/driver-api/firmware/firmware_cache.rst   |    2 +-
 Documentation/driver-api/firmware/request_firmware.rst |    2 +-
 Documentation/driver-api/generic-counter.rst           |    2 +-
 Documentation/driver-api/iio/buffers.rst               |    2 +-
 Documentation/driver-api/media/cec-core.rst            |    2 +-
 Documentation/driver-api/media/dtv-frontend.rst        |    6 +++---
 Documentation/driver-api/media/v4l2-controls.rst       |    4 ++--
 Documentation/driver-api/media/v4l2-dev.rst            |    2 +-
 Documentation/driver-api/ntb.rst                       |    2 +-
 Documentation/driver-api/nvdimm/nvdimm.rst             |    2 +-
 Documentation/driver-api/uio-howto.rst                 |    2 +-
 Documentation/driver-api/usb/URB.rst                   |    2 +-
 Documentation/driver-api/xillybus.rst                  |    2 +-
 17 files changed, 20 insertions(+), 20 deletions(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word
  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-06  4:48   ` Vinod Koul
  2020-07-04  3:44 ` [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: " Randy Dunlap
                   ` (17 subsequent siblings)
  18 siblings, 1 reply; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled word "has".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Vinod Koul <vkoul@kernel.org>
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()

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words 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 12:50   ` Luis Chamberlain
  2020-07-04  3:44 ` [PATCH 03/17] Documentation/driver-api: firmware/firmware_cache: " Randy Dunlap
                   ` (16 subsequent siblings)
  18 siblings, 1 reply; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled word "for".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 Documentation/driver-api/firmware/built-in-fw.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/firmware/built-in-fw.rst
+++ linux-next-20200701/Documentation/driver-api/firmware/built-in-fw.rst
@@ -28,6 +28,6 @@ able to make use of built-in firmware:
 * Some firmware files may be really large in size. The remote-proc subsystem
   is an example subsystem which deals with these sorts of firmware
 * The firmware may need to be scraped out from some device specific location
-  dynamically, an example is calibration data for for some WiFi chipsets. This
+  dynamically, an example is calibration data for some WiFi chipsets. This
   calibration data can be unique per sold device.
 

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 03/17] Documentation/driver-api: firmware/firmware_cache: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words 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 ` [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: " 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
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled word "if".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 Documentation/driver-api/firmware/firmware_cache.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/firmware/firmware_cache.rst
+++ linux-next-20200701/Documentation/driver-api/firmware/firmware_cache.rst
@@ -27,7 +27,7 @@ Some implementation details about the fi
   uses all synchronous call except :c:func:`request_firmware_into_buf`.
 
 * If an asynchronous call is used the firmware cache is only set up for a
-  device if if the second argument (uevent) to request_firmware_nowait() is
+  device if the second argument (uevent) to request_firmware_nowait() is
   true. When uevent is true it requests that a kobject uevent be sent to
   userspace for the firmware request through the sysfs fallback mechanism
   if the firmware file is not found.

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 04/17] Documentation/driver-api: firmware/direct-fs-lookup: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (2 preceding siblings ...)
  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 05/17] Documentation/driver-api: firmware/request_firmware: " Randy Dunlap
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled word "firmware".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 Documentation/driver-api/firmware/direct-fs-lookup.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/firmware/direct-fs-lookup.rst
+++ linux-next-20200701/Documentation/driver-api/firmware/direct-fs-lookup.rst
@@ -24,7 +24,7 @@ available. Stuffing the firmware into in
 however note that using initrd does not suffice to address the same race.
 
 There are circumstances that justify not wanting to include firmware into
-initramfs, such as dealing with large firmware firmware files for the
+initramfs, such as dealing with large firmware files for the
 remote-proc subsystem. For such cases using a userspace fallback mechanism
 is currently the only viable solution as only userspace can know for sure
 when the real rootfs is ready and mounted.

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 05/17] Documentation/driver-api: firmware/request_firmware: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (3 preceding siblings ...)
  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 06/17] Documentation/driver-api: generic-counter: " Randy Dunlap
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled word "call".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 Documentation/driver-api/firmware/request_firmware.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/firmware/request_firmware.rst
+++ linux-next-20200701/Documentation/driver-api/firmware/request_firmware.rst
@@ -76,5 +76,5 @@ firmware. For example if you used reques
 the driver has the firmware image accessible in fw_entry->{data,size}.
 If something went wrong request_firmware() returns non-zero and fw_entry
 is set to NULL. Once your driver is done with processing the firmware it
-can call call release_firmware(fw_entry) to release the firmware image
+can call release_firmware(fw_entry) to release the firmware image
 and any related resource.

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 06/17] Documentation/driver-api: generic-counter: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (4 preceding siblings ...)
  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 12:30   ` William Breathitt Gray
  2020-07-04  3:44 ` [PATCH 07/17] Documentation/driver-api: iio/buffers: " Randy Dunlap
                   ` (12 subsequent siblings)
  18 siblings, 1 reply; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

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.

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 07/17] Documentation/driver-api: iio/buffers: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (5 preceding siblings ...)
  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 16:09   ` Jonathan Cameron
  2020-07-04  3:44 ` [PATCH 08/17] Documentation/driver-api: media/cec-core: " Randy Dunlap
                   ` (11 subsequent siblings)
  18 siblings, 1 reply; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled word "struct".

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/iio/buffers.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/iio/buffers.rst
+++ linux-next-20200701/Documentation/driver-api/iio/buffers.rst
@@ -88,7 +88,7 @@ fields in iio_chan_spec definition::
 The driver implementing the accelerometer described above will have the
 following channel definition::
 
-   struct struct iio_chan_spec accel_channels[] = {
+   struct iio_chan_spec accel_channels[] = {
            {
                    .type = IIO_ACCEL,
 		   .modified = 1,

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 08/17] Documentation/driver-api: media/cec-core: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (6 preceding siblings ...)
  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  3:44 ` [PATCH 09/17] Documentation/driver-api: media/dtv-frontend: " Randy Dunlap
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

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: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-media@vger.kernel.org
---
 Documentation/driver-api/media/cec-core.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/media/cec-core.rst
+++ linux-next-20200701/Documentation/driver-api/media/cec-core.rst
@@ -341,7 +341,7 @@ So this must work:
 	$ cat einj.txt >error-inj
 
 The first callback is called when this file is read and it should show the
-the current error injection state:
+current error injection state:
 
 .. c:function::
 	int (*error_inj_show)(struct cec_adapter *adap, struct seq_file *sf);

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 09/17] Documentation/driver-api: media/dtv-frontend: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (7 preceding siblings ...)
  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 10/17] Documentation/driver-api: media/v4l2-dev: " Randy Dunlap
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled word "errors".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-media@vger.kernel.org
---
 Documentation/driver-api/media/dtv-frontend.rst |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- linux-next-20200701.orig/Documentation/driver-api/media/dtv-frontend.rst
+++ linux-next-20200701/Documentation/driver-api/media/dtv-frontend.rst
@@ -244,7 +244,7 @@ Carrier Signal to Noise ratio (:ref:`DTV
     Having it available after inner FEC is more common.
 
 Bit counts post-FEC (:ref:`DTV-STAT-POST-ERROR-BIT-COUNT` and :ref:`DTV-STAT-POST-TOTAL-BIT-COUNT`)
-  - Those counters measure the number of bits and bit errors errors after
+  - Those counters measure the number of bits and bit errors after
     the forward error correction (FEC) on the inner coding block
     (after Viterbi, LDPC or other inner code).
 
@@ -253,7 +253,7 @@ Bit counts post-FEC (:ref:`DTV-STAT-POST
     see :c:type:`fe_status`).
 
 Bit counts pre-FEC (:ref:`DTV-STAT-PRE-ERROR-BIT-COUNT` and :ref:`DTV-STAT-PRE-TOTAL-BIT-COUNT`)
-  - Those counters measure the number of bits and bit errors errors before
+  - Those counters measure the number of bits and bit errors before
     the forward error correction (FEC) on the inner coding block
     (before Viterbi, LDPC or other inner code).
 
@@ -263,7 +263,7 @@ Bit counts pre-FEC (:ref:`DTV-STAT-PRE-E
     after ``FE_HAS_VITERBI``, see :c:type:`fe_status`).
 
 Block counts (:ref:`DTV-STAT-ERROR-BLOCK-COUNT` and :ref:`DTV-STAT-TOTAL-BLOCK-COUNT`)
-  - Those counters measure the number of blocks and block errors errors after
+  - Those counters measure the number of blocks and block errors after
     the forward error correction (FEC) on the inner coding block
     (before Viterbi, LDPC or other inner code).
 

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 10/17] Documentation/driver-api: media/v4l2-dev: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (8 preceding siblings ...)
  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 11/17] Documentation/driver-api: driver-model/platform: " Randy Dunlap
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled word "device".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-media@vger.kernel.org
---
 Documentation/driver-api/media/v4l2-dev.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/media/v4l2-dev.rst
+++ linux-next-20200701/Documentation/driver-api/media/v4l2-dev.rst
@@ -212,7 +212,7 @@ types exist:
 ========================== ====================	 ==============================
 
 The last argument gives you a certain amount of control over the device
-device node number used (i.e. the X in ``videoX``). Normally you will pass -1
+node number used (i.e. the X in ``videoX``). Normally you will pass -1
 to let the v4l2 framework pick the first free number. But sometimes users
 want to select a specific node number. It is common that drivers allow
 the user to select a specific device node number through a driver module

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 11/17] Documentation/driver-api: driver-model/platform: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (9 preceding siblings ...)
  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 12/17] Documentation/driver-api: ntb: " Randy Dunlap
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled word "that".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 Documentation/driver-api/driver-model/platform.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/driver-model/platform.rst
+++ linux-next-20200701/Documentation/driver-api/driver-model/platform.rst
@@ -108,7 +108,7 @@ field to hold additional information.
 
 Embedded systems frequently need one or more clocks for platform devices,
 which are normally kept off until they're actively needed (to save power).
-System setup also associates those clocks with the device, so that that
+System setup also associates those clocks with the device, so that
 calls to clk_get(&pdev->dev, clock_name) return them as needed.
 
 

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 12/17] Documentation/driver-api: ntb: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (10 preceding siblings ...)
  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 13/17] Documentation/driver-api: nvdimm: " Randy Dunlap
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled word "with".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Jon Mason <jdmason@kudzu.us>
Cc: Dave Jiang <dave.jiang@intel.com>
Cc: Allen Hubbe <allenbh@gmail.com>
Cc: linux-ntb@googlegroups.com
---
 Documentation/driver-api/ntb.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/ntb.rst
+++ linux-next-20200701/Documentation/driver-api/ntb.rst
@@ -9,7 +9,7 @@ registers and memory translation windows
 scratchpad and message registers. Scratchpad registers are read-and-writable
 registers that are accessible from either side of the device, so that peers can
 exchange a small amount of information at a fixed address. Message registers can
-be utilized for the same purpose. Additionally they are provided with with
+be utilized for the same purpose. Additionally they are provided with
 special status bits to make sure the information isn't rewritten by another
 peer. Doorbell registers provide a way for peers to send interrupt events.
 Memory windows allow translated read and write access to the peer memory.

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 13/17] Documentation/driver-api: nvdimm: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (11 preceding siblings ...)
  2020-07-04  3:44 ` [PATCH 12/17] Documentation/driver-api: ntb: " Randy Dunlap
@ 2020-07-04  3:44 ` Randy Dunlap
  2020-07-06 15:48   ` Ira Weiny
  2020-07-04  3:44 ` [PATCH 14/17] Documentation/driver-api: uio-howto: " Randy Dunlap
                   ` (5 subsequent siblings)
  18 siblings, 1 reply; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled word "to".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Vishal Verma <vishal.l.verma@intel.com>
Cc: Dave Jiang <dave.jiang@intel.com>
Cc: Ira Weiny <ira.weiny@intel.com>
Cc: linux-nvdimm@lists.01.org
---
 Documentation/driver-api/nvdimm/nvdimm.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/nvdimm/nvdimm.rst
+++ linux-next-20200701/Documentation/driver-api/nvdimm/nvdimm.rst
@@ -73,7 +73,7 @@ DAX:
   process address space.
 
 DSM:
-  Device Specific Method: ACPI method to to control specific
+  Device Specific Method: ACPI method to control specific
   device - in this case the firmware.
 
 DCR:

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 14/17] Documentation/driver-api: uio-howto: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (12 preceding siblings ...)
  2020-07-04  3:44 ` [PATCH 13/17] Documentation/driver-api: nvdimm: " Randy Dunlap
@ 2020-07-04  3:44 ` Randy Dunlap
  2020-07-04  3:45 ` [PATCH 15/17] Documentation/driver-api: usb/URB: " Randy Dunlap
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled word "you".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 Documentation/driver-api/uio-howto.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/uio-howto.rst
+++ linux-next-20200701/Documentation/driver-api/uio-howto.rst
@@ -274,7 +274,7 @@ fields of ``struct uio_mem``:
    region, it will show up in the corresponding sysfs node.
 
 -  ``int memtype``: Required if the mapping is used. Set this to
-   ``UIO_MEM_PHYS`` if you you have physical memory on your card to be
+   ``UIO_MEM_PHYS`` if you have physical memory on your card to be
    mapped. Use ``UIO_MEM_LOGICAL`` for logical memory (e.g. allocated
    with :c:func:`__get_free_pages()` but not kmalloc()). There's also
    ``UIO_MEM_VIRTUAL`` for virtual memory.

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 15/17] Documentation/driver-api: usb/URB: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (13 preceding siblings ...)
  2020-07-04  3:44 ` [PATCH 14/17] Documentation/driver-api: uio-howto: " 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
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:45 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled word "also".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
---
 Documentation/driver-api/usb/URB.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/usb/URB.rst
+++ linux-next-20200701/Documentation/driver-api/usb/URB.rst
@@ -240,7 +240,7 @@ How to do isochronous (ISO) transfers?
 ======================================
 
 Besides the fields present on a bulk transfer, for ISO, you also
-also have to set ``urb->interval`` to say how often to make transfers; it's
+have to set ``urb->interval`` to say how often to make transfers; it's
 often one per frame (which is once every microframe for highspeed devices).
 The actual interval used will be a power of two that's no bigger than what
 you specify. You can use the :c:func:`usb_fill_int_urb` macro to fill

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 16/17] Documentation/driver-api: media/v4l2-controls: drop doubled words
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (14 preceding siblings ...)
  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 17/17] Documentation/driver-api: xillybus: drop doubled word Randy Dunlap
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:45 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

Drop the doubled words "type" and "the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-media@vger.kernel.org
---
 Documentation/driver-api/media/v4l2-controls.rst |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200701.orig/Documentation/driver-api/media/v4l2-controls.rst
+++ linux-next-20200701/Documentation/driver-api/media/v4l2-controls.rst
@@ -335,7 +335,7 @@ current and new values:
 	union v4l2_ctrl_ptr p_new;
 	union v4l2_ctrl_ptr p_cur;
 
-If the control has a simple s32 type type, then:
+If the control has a simple s32 type, then:
 
 .. code-block:: c
 
@@ -349,7 +349,7 @@ Within the control ops you can freely us
 themselves. The p_char pointers point to character buffers of length
 ctrl->maximum + 1, and are always 0-terminated.
 
-Unless the control is marked volatile the p_cur field points to the the
+Unless the control is marked volatile the p_cur field points to the
 current cached control value. When you create a new control this value is made
 identical to the default value. After calling v4l2_ctrl_handler_setup() this
 value is passed to the hardware. It is generally a good idea to call this

^ permalink raw reply	[flat|nested] 27+ messages in thread

* [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (15 preceding siblings ...)
  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 13:33   ` Eli Billauer
  2020-07-04 12:31 ` [PATCH 00/17] Documentation/driver-api: eliminate duplicated words William Breathitt Gray
  2020-07-13 17:20 ` Jonathan Corbet
  18 siblings, 1 reply; 27+ messages in thread
From: Randy Dunlap @ 2020-07-04  3:45 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

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: Eli Billauer <eli.billauer@gmail.com>
---
 Documentation/driver-api/xillybus.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/driver-api/xillybus.rst
+++ linux-next-20200701/Documentation/driver-api/xillybus.rst
@@ -273,7 +273,7 @@ buffer is full, the FPGA informs the hos
 XILLYMSG_OPCODE_RELEASEBUF message channel 0 and sending an interrupt if
 necessary). The host responds by making the data available for reading through
 the character device. When all data has been read, the host writes on the
-the FPGA's buffer control register, allowing the buffer's overwriting. Flow
+FPGA's buffer control register, allowing the buffer's overwriting. Flow
 control mechanisms exist on both sides to prevent underflows and overflows.
 
 This is not good enough for creating a TCP/IP-like stream: If the data flow

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [PATCH 06/17] Documentation/driver-api: generic-counter: drop doubled word
  2020-07-04  3:44 ` [PATCH 06/17] Documentation/driver-api: generic-counter: " Randy Dunlap
@ 2020-07-04 12:30   ` William Breathitt Gray
  2020-07-04 16:08     ` Jonathan Cameron
  0 siblings, 1 reply; 27+ messages in thread
From: William Breathitt Gray @ 2020-07-04 12:30 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, linux-iio,
	Mauro Carvalho Chehab, linux-media, Jon Mason, Dave Jiang,
	Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma, Ira Weiny,
	linux-nvdimm, linux-usb, Eli Billauer

[-- 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 --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [PATCH 00/17] Documentation/driver-api: eliminate duplicated words
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (16 preceding siblings ...)
  2020-07-04  3:45 ` [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word Randy Dunlap
@ 2020-07-04 12:31 ` William Breathitt Gray
  2020-07-13 17:20 ` Jonathan Corbet
  18 siblings, 0 replies; 27+ messages in thread
From: William Breathitt Gray @ 2020-07-04 12:31 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, linux-iio,
	Mauro Carvalho Chehab, linux-media, Jon Mason, Dave Jiang,
	Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma, Ira Weiny,
	linux-nvdimm, linux-usb, Eli Billauer

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

On Fri, Jul 03, 2020 at 08:44:45PM -0700, Randy Dunlap wrote:
> Remove occurrences of duplicated words in Documentation/driver-api/.
> 
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Vinod Koul <vkoul@kernel.org>
> Cc: dmaengine@vger.kernel.org
> Cc: Luis Chamberlain <mcgrof@kernel.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: William Breathitt Gray <vilhelm.gray@gmail.com>
> Cc: linux-iio@vger.kernel.org
> Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
> Cc: linux-media@vger.kernel.org
> Cc: Jon Mason <jdmason@kudzu.us>
> Cc: Dave Jiang <dave.jiang@intel.com>
> Cc: Allen Hubbe <allenbh@gmail.com>
> Cc: linux-ntb@googlegroups.com
> Cc: Dan Williams <dan.j.williams@intel.com>
> Cc: Vishal Verma <vishal.l.verma@intel.com>
> Cc: Dave Jiang <dave.jiang@intel.com>
> Cc: Ira Weiny <ira.weiny@intel.com>
> Cc: linux-nvdimm@lists.01.org
> Cc: linux-usb@vger.kernel.org
> Cc: Eli Billauer <eli.billauer@gmail.com>
> 
> 
>  Documentation/driver-api/dmaengine/provider.rst        |    2 +-
>  Documentation/driver-api/driver-model/platform.rst     |    2 +-
>  Documentation/driver-api/firmware/built-in-fw.rst      |    2 +-
>  Documentation/driver-api/firmware/direct-fs-lookup.rst |    2 +-
>  Documentation/driver-api/firmware/firmware_cache.rst   |    2 +-
>  Documentation/driver-api/firmware/request_firmware.rst |    2 +-
>  Documentation/driver-api/generic-counter.rst           |    2 +-
>  Documentation/driver-api/iio/buffers.rst               |    2 +-
>  Documentation/driver-api/media/cec-core.rst            |    2 +-
>  Documentation/driver-api/media/dtv-frontend.rst        |    6 +++---
>  Documentation/driver-api/media/v4l2-controls.rst       |    4 ++--
>  Documentation/driver-api/media/v4l2-dev.rst            |    2 +-
>  Documentation/driver-api/ntb.rst                       |    2 +-
>  Documentation/driver-api/nvdimm/nvdimm.rst             |    2 +-
>  Documentation/driver-api/uio-howto.rst                 |    2 +-
>  Documentation/driver-api/usb/URB.rst                   |    2 +-
>  Documentation/driver-api/xillybus.rst                  |    2 +-
>  17 files changed, 20 insertions(+), 20 deletions(-)

Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>

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

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word
  2020-07-04  3:45 ` [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word Randy Dunlap
@ 2020-07-04 13:33   ` Eli Billauer
  0 siblings, 0 replies; 27+ messages in thread
From: Eli Billauer @ 2020-07-04 13:33 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel, linux-doc, Greg Kroah-Hartman

Acked-by: Eli Billauer <eli.billauer@gmail.com>

On 04/07/20 06:45, 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: Eli Billauer<eli.billauer@gmail.com>
> ---
>   Documentation/driver-api/xillybus.rst |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-next-20200701.orig/Documentation/driver-api/xillybus.rst
> +++ linux-next-20200701/Documentation/driver-api/xillybus.rst
> @@ -273,7 +273,7 @@ buffer is full, the FPGA informs the hos
>   XILLYMSG_OPCODE_RELEASEBUF message channel 0 and sending an interrupt if
>   necessary). The host responds by making the data available for reading through
>   the character device. When all data has been read, the host writes on the
> -the FPGA's buffer control register, allowing the buffer's overwriting. Flow
> +FPGA's buffer control register, allowing the buffer's overwriting. Flow
>   control mechanisms exist on both sides to prevent underflows and overflows.
>
>   This is not good enough for creating a TCP/IP-like stream: If the data flow
>
>    


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [PATCH 06/17] Documentation/driver-api: generic-counter: drop doubled word
  2020-07-04 12:30   ` William Breathitt Gray
@ 2020-07-04 16:08     ` Jonathan Cameron
  0 siblings, 0 replies; 27+ messages in thread
From: Jonathan Cameron @ 2020-07-04 16:08 UTC (permalink / raw)
  To: William Breathitt Gray
  Cc: Randy Dunlap, linux-kernel, Jonathan Corbet, linux-doc,
	Vinod Koul, dmaengine, Luis Chamberlain, Greg Kroah-Hartman,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

On Sat, 4 Jul 2020 08:30:41 -0400
William Breathitt Gray <vilhelm.gray@gmail.com> wrote:

> 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>

Applied to the togreg branch of iio.git

Thanks,

Jonathan

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [PATCH 07/17] Documentation/driver-api: iio/buffers: drop doubled word
  2020-07-04  3:44 ` [PATCH 07/17] Documentation/driver-api: iio/buffers: " Randy Dunlap
@ 2020-07-04 16:09   ` Jonathan Cameron
  0 siblings, 0 replies; 27+ messages in thread
From: Jonathan Cameron @ 2020-07-04 16:09 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

On Fri,  3 Jul 2020 20:44:52 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:

> Drop the doubled word "struct".
> 
> 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
Applied to the togreg branch of iio.git.

Thanks,

Jonathan

> ---
>  Documentation/driver-api/iio/buffers.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20200701.orig/Documentation/driver-api/iio/buffers.rst
> +++ linux-next-20200701/Documentation/driver-api/iio/buffers.rst
> @@ -88,7 +88,7 @@ fields in iio_chan_spec definition::
>  The driver implementing the accelerometer described above will have the
>  following channel definition::
>  
> -   struct struct iio_chan_spec accel_channels[] = {
> +   struct iio_chan_spec accel_channels[] = {
>             {
>                     .type = IIO_ACCEL,
>  		   .modified = 1,


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word
  2020-07-04  3:44 ` [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word Randy Dunlap
@ 2020-07-06  4:48   ` Vinod Koul
  0 siblings, 0 replies; 27+ messages in thread
From: Vinod Koul @ 2020-07-06  4:48 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Jonathan Corbet, linux-doc, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	Ira Weiny, linux-nvdimm, linux-usb, Eli Billauer

On 03-07-20, 20:44, Randy Dunlap wrote:
> Drop the doubled word "has".

Applied, thanks

> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Vinod Koul <vkoul@kernel.org>
> 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

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: drop doubled word
  2020-07-04  3:44 ` [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: " Randy Dunlap
@ 2020-07-06 12:50   ` Luis Chamberlain
  0 siblings, 0 replies; 27+ messages in thread
From: Luis Chamberlain @ 2020-07-06 12:50 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Allen Hubbe, linux-ntb, linux-nvdimm, linux-usb, Eli Billauer

On Fri, Jul 03, 2020 at 08:44:47PM -0700, Randy Dunlap wrote:
> Drop the doubled word "for".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Luis Chamberlain <mcgrof@kernel.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

For all the firmware patches you sent:

Acked-by: Luis Chamberlain <mcgrof@kernel.org>

  Luis


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [PATCH 13/17] Documentation/driver-api: nvdimm: drop doubled word
  2020-07-04  3:44 ` [PATCH 13/17] Documentation/driver-api: nvdimm: " Randy Dunlap
@ 2020-07-06 15:48   ` Ira Weiny
  0 siblings, 0 replies; 27+ messages in thread
From: Ira Weiny @ 2020-07-06 15:48 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Jonathan Corbet, linux-doc, Vinod Koul, dmaengine,
	Luis Chamberlain, Greg Kroah-Hartman, William Breathitt Gray,
	linux-iio, Mauro Carvalho Chehab, linux-media, Jon Mason,
	Dave Jiang, Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma,
	linux-nvdimm, linux-usb, Eli Billauer

On Fri, Jul 03, 2020 at 08:44:58PM -0700, Randy Dunlap wrote:
> Drop the doubled word "to".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Dan Williams <dan.j.williams@intel.com>
> Cc: Vishal Verma <vishal.l.verma@intel.com>
> Cc: Dave Jiang <dave.jiang@intel.com>
> Cc: Ira Weiny <ira.weiny@intel.com>

Acked-by: Ira Weiny <ira.weiny@intel.com>

> Cc: linux-nvdimm@lists.01.org
> ---
>  Documentation/driver-api/nvdimm/nvdimm.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20200701.orig/Documentation/driver-api/nvdimm/nvdimm.rst
> +++ linux-next-20200701/Documentation/driver-api/nvdimm/nvdimm.rst
> @@ -73,7 +73,7 @@ DAX:
>    process address space.
>  
>  DSM:
> -  Device Specific Method: ACPI method to to control specific
> +  Device Specific Method: ACPI method to control specific
>    device - in this case the firmware.
>  
>  DCR:

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: [PATCH 00/17] Documentation/driver-api: eliminate duplicated words
  2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
                   ` (17 preceding siblings ...)
  2020-07-04 12:31 ` [PATCH 00/17] Documentation/driver-api: eliminate duplicated words William Breathitt Gray
@ 2020-07-13 17:20 ` Jonathan Corbet
  18 siblings, 0 replies; 27+ messages in thread
From: Jonathan Corbet @ 2020-07-13 17:20 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, linux-doc, Vinod Koul, dmaengine, Luis Chamberlain,
	Greg Kroah-Hartman, William Breathitt Gray, linux-iio,
	Mauro Carvalho Chehab, linux-media, Jon Mason, Dave Jiang,
	Allen Hubbe, linux-ntb, Dan Williams, Vishal Verma, Ira Weiny,
	linux-nvdimm, linux-usb, Eli Billauer

On Fri,  3 Jul 2020 20:44:45 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:

> Remove occurrences of duplicated words in Documentation/driver-api/.

So most of these, it seems, have been picked up elsewhere.  I grabbed #12
and #13; all that's left is the media ones, which I presume Mauro will
take.

Thanks,

jon

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2020-07-13 17:20 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-04  3:44 [PATCH 00/17] Documentation/driver-api: eliminate duplicated words Randy Dunlap
2020-07-04  3:44 ` [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word Randy Dunlap
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-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 ` [PATCH 04/17] Documentation/driver-api: firmware/direct-fs-lookup: " Randy Dunlap
2020-07-04  3:44 ` [PATCH 05/17] Documentation/driver-api: firmware/request_firmware: " Randy Dunlap
2020-07-04  3:44 ` [PATCH 06/17] Documentation/driver-api: generic-counter: " Randy Dunlap
2020-07-04 12:30   ` William Breathitt Gray
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 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 ` [PATCH 09/17] Documentation/driver-api: media/dtv-frontend: " Randy Dunlap
2020-07-04  3:44 ` [PATCH 10/17] Documentation/driver-api: media/v4l2-dev: " Randy Dunlap
2020-07-04  3:44 ` [PATCH 11/17] Documentation/driver-api: driver-model/platform: " Randy Dunlap
2020-07-04  3:44 ` [PATCH 12/17] Documentation/driver-api: ntb: " Randy Dunlap
2020-07-04  3:44 ` [PATCH 13/17] Documentation/driver-api: nvdimm: " Randy Dunlap
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:45 ` [PATCH 15/17] Documentation/driver-api: usb/URB: " 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 ` [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word 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-13 17:20 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).