On Fri, Jul 03, 2020 at 08:44:51PM -0700, Randy Dunlap wrote: > Drop the doubled word "the". > > Signed-off-by: Randy Dunlap > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > Cc: William Breathitt Gray > Cc: linux-iio@vger.kernel.org > --- > Documentation/driver-api/generic-counter.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20200701.orig/Documentation/driver-api/generic-counter.rst > +++ linux-next-20200701/Documentation/driver-api/generic-counter.rst > @@ -262,7 +262,7 @@ the system. > Counter Counts may be allocated via counter_count structures, and > respective Counter Signal associations (Synapses) made via > counter_synapse structures. Associated counter_synapse structures are > -stored as an array and set to the the synapses array member of the > +stored as an array and set to the synapses array member of the > respective counter_count structure. These counter_count structures are > set to the counts array member of an allocated counter_device structure > before the Counter is registered to the system. Acked-by: William Breathitt Gray