2020-07-04 03:45:44

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 00/17] Documentation/driver-api: eliminate duplicated words

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

Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Vinod Koul <[email protected]>
Cc: [email protected]
Cc: Luis Chamberlain <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: William Breathitt Gray <[email protected]>
Cc: [email protected]
Cc: Mauro Carvalho Chehab <[email protected]>
Cc: [email protected]
Cc: Jon Mason <[email protected]>
Cc: Dave Jiang <[email protected]>
Cc: Allen Hubbe <[email protected]>
Cc: [email protected]
Cc: Dan Williams <[email protected]>
Cc: Vishal Verma <[email protected]>
Cc: Dave Jiang <[email protected]>
Cc: Ira Weiny <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Eli Billauer <[email protected]>


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


2020-07-04 03:45:47

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word

Drop the doubled word "has".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Vinod Koul <[email protected]>
Cc: [email protected]
---
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()

2020-07-04 03:45:59

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: drop doubled word

Drop the doubled word "for".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Luis Chamberlain <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
---
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.

2020-07-04 03:46:30

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 05/17] Documentation/driver-api: firmware/request_firmware: drop doubled word

Drop the doubled word "call".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Luis Chamberlain <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
---
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.

2020-07-04 03:46:40

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 06/17] Documentation/driver-api: generic-counter: drop doubled word

Drop the doubled word "the".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: William Breathitt Gray <[email protected]>
Cc: [email protected]
---
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.

2020-07-04 03:46:43

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 04/17] Documentation/driver-api: firmware/direct-fs-lookup: drop doubled word

Drop the doubled word "firmware".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Luis Chamberlain <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
---
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.

2020-07-04 03:46:51

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 07/17] Documentation/driver-api: iio/buffers: drop doubled word

Drop the doubled word "struct".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: William Breathitt Gray <[email protected]>
Cc: [email protected]
---
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,

2020-07-04 03:46:59

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 08/17] Documentation/driver-api: media/cec-core: drop doubled word

Drop the doubled word "the".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Mauro Carvalho Chehab <[email protected]>
Cc: [email protected]
---
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);

2020-07-04 03:47:13

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 09/17] Documentation/driver-api: media/dtv-frontend: drop doubled word

Drop the doubled word "errors".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Mauro Carvalho Chehab <[email protected]>
Cc: [email protected]
---
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).

2020-07-04 03:47:17

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 10/17] Documentation/driver-api: media/v4l2-dev: drop doubled word

Drop the doubled word "device".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Mauro Carvalho Chehab <[email protected]>
Cc: [email protected]
---
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

2020-07-04 03:47:21

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 11/17] Documentation/driver-api: driver-model/platform: drop doubled word

Drop the doubled word "that".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Greg Kroah-Hartman <[email protected]>
---
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.


2020-07-04 03:47:24

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 12/17] Documentation/driver-api: ntb: drop doubled word

Drop the doubled word "with".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Jon Mason <[email protected]>
Cc: Dave Jiang <[email protected]>
Cc: Allen Hubbe <[email protected]>
Cc: [email protected]
---
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.

2020-07-04 03:47:33

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 14/17] Documentation/driver-api: uio-howto: drop doubled word

Drop the doubled word "you".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Greg Kroah-Hartman <[email protected]>
---
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.

2020-07-04 03:47:43

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 15/17] Documentation/driver-api: usb/URB: drop doubled word

Drop the doubled word "also".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Greg Kroah-Hartman <[email protected]>
Cc: [email protected]
---
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

2020-07-04 03:47:45

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 16/17] Documentation/driver-api: media/v4l2-controls: drop doubled words

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

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Mauro Carvalho Chehab <[email protected]>
Cc: [email protected]
---
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

2020-07-04 03:48:10

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 03/17] Documentation/driver-api: firmware/firmware_cache: drop doubled word

Drop the doubled word "if".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Luis Chamberlain <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
---
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.

2020-07-04 03:49:09

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 13/17] Documentation/driver-api: nvdimm: drop doubled word

Drop the doubled word "to".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Dan Williams <[email protected]>
Cc: Vishal Verma <[email protected]>
Cc: Dave Jiang <[email protected]>
Cc: Ira Weiny <[email protected]>
Cc: [email protected]
---
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:

2020-07-04 03:49:35

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word

Drop the doubled word "the".

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: Eli Billauer <[email protected]>
---
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

2020-07-04 12:31:25

by William Breathitt Gray

[permalink] [raw]
Subject: Re: [PATCH 06/17] Documentation/driver-api: generic-counter: drop doubled word

On Fri, Jul 03, 2020 at 08:44:51PM -0700, Randy Dunlap wrote:
> Drop the doubled word "the".
>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Jonathan Corbet <[email protected]>
> Cc: [email protected]
> Cc: William Breathitt Gray <[email protected]>
> Cc: [email protected]
> ---
> 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 <[email protected]>


Attachments:
(No filename) (1.20 kB)
signature.asc (849.00 B)
Download all attachments

2020-07-04 12:31:56

by William Breathitt Gray

[permalink] [raw]
Subject: Re: [PATCH 00/17] Documentation/driver-api: eliminate duplicated words

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 <[email protected]>
> Cc: [email protected]
> Cc: Vinod Koul <[email protected]>
> Cc: [email protected]
> Cc: Luis Chamberlain <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>
> Cc: William Breathitt Gray <[email protected]>
> Cc: [email protected]
> Cc: Mauro Carvalho Chehab <[email protected]>
> Cc: [email protected]
> Cc: Jon Mason <[email protected]>
> Cc: Dave Jiang <[email protected]>
> Cc: Allen Hubbe <[email protected]>
> Cc: [email protected]
> Cc: Dan Williams <[email protected]>
> Cc: Vishal Verma <[email protected]>
> Cc: Dave Jiang <[email protected]>
> Cc: Ira Weiny <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: Eli Billauer <[email protected]>
>
>
> 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 <[email protected]>


Attachments:
(No filename) (2.24 kB)
signature.asc (849.00 B)
Download all attachments

2020-07-04 13:34:24

by Eli Billauer

[permalink] [raw]
Subject: Re: [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word

Acked-by: Eli Billauer <[email protected]>

On 04/07/20 06:45, Randy Dunlap wrote:
> Drop the doubled word "the".
>
> Signed-off-by: Randy Dunlap<[email protected]>
> Cc: Jonathan Corbet<[email protected]>
> Cc: [email protected]
> Cc: Eli Billauer<[email protected]>
> ---
> 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
>
>

2020-07-04 16:08:50

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH 06/17] Documentation/driver-api: generic-counter: drop doubled word

On Sat, 4 Jul 2020 08:30:41 -0400
William Breathitt Gray <[email protected]> wrote:

> On Fri, Jul 03, 2020 at 08:44:51PM -0700, Randy Dunlap wrote:
> > Drop the doubled word "the".
> >
> > Signed-off-by: Randy Dunlap <[email protected]>
> > Cc: Jonathan Corbet <[email protected]>
> > Cc: [email protected]
> > Cc: William Breathitt Gray <[email protected]>
> > Cc: [email protected]
> > ---
> > 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 <[email protected]>

Applied to the togreg branch of iio.git

Thanks,

Jonathan

2020-07-04 16:10:21

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH 07/17] Documentation/driver-api: iio/buffers: drop doubled word

On Fri, 3 Jul 2020 20:44:52 -0700
Randy Dunlap <[email protected]> wrote:

> Drop the doubled word "struct".
>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Jonathan Corbet <[email protected]>
> Cc: [email protected]
> Cc: William Breathitt Gray <[email protected]>
> Cc: [email protected]
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,

2020-07-06 04:49:39

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word

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

Applied, thanks

>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Jonathan Corbet <[email protected]>
> Cc: [email protected]
> Cc: Vinod Koul <[email protected]>
> Cc: [email protected]
> ---
> 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

2020-07-06 12:57:46

by Luis Chamberlain

[permalink] [raw]
Subject: Re: [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: drop doubled word

On Fri, Jul 03, 2020 at 08:44:47PM -0700, Randy Dunlap wrote:
> Drop the doubled word "for".
>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Jonathan Corbet <[email protected]>
> Cc: [email protected]
> Cc: Luis Chamberlain <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>

For all the firmware patches you sent:

Acked-by: Luis Chamberlain <[email protected]>

Luis

2020-07-06 15:49:17

by Ira Weiny

[permalink] [raw]
Subject: Re: [PATCH 13/17] Documentation/driver-api: nvdimm: drop doubled word

On Fri, Jul 03, 2020 at 08:44:58PM -0700, Randy Dunlap wrote:
> Drop the doubled word "to".
>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Jonathan Corbet <[email protected]>
> Cc: [email protected]
> Cc: Dan Williams <[email protected]>
> Cc: Vishal Verma <[email protected]>
> Cc: Dave Jiang <[email protected]>
> Cc: Ira Weiny <[email protected]>

Acked-by: Ira Weiny <[email protected]>

> Cc: [email protected]
> ---
> 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:

2020-07-13 17:23:23

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH 00/17] Documentation/driver-api: eliminate duplicated words

On Fri, 3 Jul 2020 20:44:45 -0700
Randy Dunlap <[email protected]> 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