Documentation/driver-api: iio/buffers: drop doubled word

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>
This commit is contained in:
Randy Dunlap 2020-07-03 20:44:52 -07:00 committed by Jonathan Cameron
parent 10f3225456
commit 43354926bd
1 changed files with 1 additions and 1 deletions

View 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,