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

From: Jonathan Cameron
Date: Sat Jul 04 2020 - 12:08:15 EST


On Sat, 4 Jul 2020 08:30:41 -0400
William Breathitt Gray <vilhelm.gray@xxxxxxxxx> 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@xxxxxxxxxxxxx>
> > Cc: Jonathan Corbet <corbet@xxxxxxx>
> > Cc: linux-doc@xxxxxxxxxxxxxxx
> > Cc: William Breathitt Gray <vilhelm.gray@xxxxxxxxx>
> > Cc: linux-iio@xxxxxxxxxxxxxxx
> > ---
> > 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@xxxxxxxxx>

Applied to the togreg branch of iio.git

Thanks,

Jonathan