Message ID | 20200704034502.17199-7-rdunlap@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Documentation/driver-api: eliminate duplicated words | expand |
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>
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
--- 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.
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(-)