From: Randy Dunlap Date: Sat, 4 Jul 2020 03:44:52 +0000 (-0700) Subject: Documentation/driver-api: iio/buffers: drop doubled word X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=43354926bdc8fd420682e3250fd1b7eb29c2595b;p=linux.git Documentation/driver-api: iio/buffers: drop doubled word Drop the doubled word "struct". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: William Breathitt Gray Cc: linux-iio@vger.kernel.org Signed-off-by: Jonathan Cameron --- diff --git a/Documentation/driver-api/iio/buffers.rst b/Documentation/driver-api/iio/buffers.rst index e9036ef9f8f48..dd64c9c5fb1ed 100644 --- a/Documentation/driver-api/iio/buffers.rst +++ b/Documentation/driver-api/iio/buffers.rst @@ -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,