Documentation/driver-api: iio/buffers: drop doubled word
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 4 Jul 2020 03:44:52 +0000 (20:44 -0700)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 7 Jul 2020 19:24:07 +0000 (20:24 +0100)
Drop the doubled word "struct".

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
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Documentation/driver-api/iio/buffers.rst

index e9036ef9f8f48265b69c3526348ee4c600d11ec5..dd64c9c5fb1ede0c7628e2e365a02fe2bf7e30d5 100644 (file)
@@ -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,