lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 4 Jul 2020 17:09:05 +0100 From: Jonathan Cameron <jic23@...nel.org> To: Randy Dunlap <rdunlap@...radead.org> Cc: linux-kernel@...r.kernel.org, Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org, Vinod Koul <vkoul@...nel.org>, dmaengine@...r.kernel.org, Luis Chamberlain <mcgrof@...nel.org>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, William Breathitt Gray <vilhelm.gray@...il.com>, linux-iio@...r.kernel.org, Mauro Carvalho Chehab <mchehab@...nel.org>, linux-media@...r.kernel.org, Jon Mason <jdmason@...zu.us>, Dave Jiang <dave.jiang@...el.com>, Allen Hubbe <allenbh@...il.com>, linux-ntb@...glegroups.com, Dan Williams <dan.j.williams@...el.com>, Vishal Verma <vishal.l.verma@...el.com>, Ira Weiny <ira.weiny@...el.com>, linux-nvdimm@...ts.01.org, linux-usb@...r.kernel.org, Eli Billauer <eli.billauer@...il.com> Subject: Re: [PATCH 07/17] Documentation/driver-api: iio/buffers: drop doubled word On Fri, 3 Jul 2020 20:44:52 -0700 Randy Dunlap <rdunlap@...radead.org> wrote: > Drop the doubled word "struct". > > Signed-off-by: Randy Dunlap <rdunlap@...radead.org> > Cc: Jonathan Corbet <corbet@....net> > Cc: linux-doc@...r.kernel.org > Cc: William Breathitt Gray <vilhelm.gray@...il.com> > Cc: linux-iio@...r.kernel.org Applied to the togreg branch of iio.git. Thanks, Jonathan > --- > Documentation/driver-api/iio/buffers.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20200701.orig/Documentation/driver-api/iio/buffers.rst > +++ linux-next-20200701/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,
Powered by blists - more mailing lists