From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 9 May 2018 09:00:57 -0300 From: Mauro Carvalho Chehab To: Jonathan Cameron Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , linux-iio@vger.kernel.org Subject: Re: [PATCH 15/18] iio: iio.h: use nested struct support on kernel-doc markup Message-ID: <20180509090057.23051846@vento.lan> In-Reply-To: <20180507180803.21e967b2@archlinux> References: <1a31240699b1b6ee089b5b36889ab27ae14ad94e.1525684985.git.mchehab+samsung@kernel.org> <20180507180803.21e967b2@archlinux> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-ID: Em Mon, 7 May 2018 18:08:03 +0100 Jonathan Cameron escreveu: > On Mon, 7 May 2018 06:35:51 -0300 > Mauro Carvalho Chehab wrote: > > > Solve those Sphinx warnings: > > > > ./include/linux/iio/iio.h:270: warning: Function parameter or member 'scan_type.sign' not described in 'iio_chan_spec' > > ./include/linux/iio/iio.h:270: warning: Function parameter or member 'scan_type.realbits' not described in 'iio_chan_spec' > > ./include/linux/iio/iio.h:270: warning: Function parameter or member 'scan_type.storagebits' not described in 'iio_chan_spec' > > ./include/linux/iio/iio.h:270: warning: Function parameter or member 'scan_type.shift' not described in 'iio_chan_spec' > > ./include/linux/iio/iio.h:270: warning: Function parameter or member 'scan_type.repeat' not described in 'iio_chan_spec' > > ./include/linux/iio/iio.h:270: warning: Function parameter or member 'scan_type.endianness' not described in 'iio_chan_spec' > > > > ./include/linux/iio/iio.h:191: WARNING: Unexpected indentation. > > ./include/linux/iio/iio.h:192: WARNING: Block quote ends without a blank line; unexpected unindent. > > ./include/linux/iio/iio.h:198: WARNING: Definition list ends without a blank line; unexpected unindent. > > > > Signed-off-by: Mauro Carvalho Chehab > Great thanks. I couldn't figure out how to do this last time > I looked at it. Support for nested structs were only recently introduced :-) > > Applied to the togreg branch of iio.git and pushed out as testing for > the autobuilders to ignore it. Thanks! Mauro