diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-04 06:44:51 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-07-07 22:24:07 +0300 |
commit | 10f32254569dc6766b93fbac637aa94e8c37bd6b (patch) | |
tree | f1eed7d9d9d4c6f8c18cf6cc1269fa814b6bfd5f /Documentation/driver-api/generic-counter.rst | |
parent | fa83c3baa539a7ec734c7ee65fad499122f427d7 (diff) | |
download | linux-10f32254569dc6766b93fbac637aa94e8c37bd6b.tar.xz |
Documentation/driver-api: generic-counter: drop doubled word
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: linux-iio@vger.kernel.org
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/driver-api/generic-counter.rst')
-rw-r--r-- | Documentation/driver-api/generic-counter.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/generic-counter.rst b/Documentation/driver-api/generic-counter.rst index e622f8f6e56a..b02c52cd69d6 100644 --- a/Documentation/driver-api/generic-counter.rst +++ b/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. |