Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752110AbbHBRhM (ORCPT ); Sun, 2 Aug 2015 13:37:12 -0400 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:45442 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751756AbbHBRhK (ORCPT ); Sun, 2 Aug 2015 13:37:10 -0400 Subject: Re: [PATCH 6/6] include: linux: iio: Add missing kernel doc field To: Cristina Opriceana References: Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, daniel.baluta@intel.com From: Jonathan Cameron Message-ID: <55BE5544.1080500@kernel.org> Date: Sun, 2 Aug 2015 18:37:08 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1423 Lines: 35 On 24/07/15 14:26, Cristina Opriceana wrote: > Fix kernel doc for the iio_dev_attr structure by adding its missing field. > > Signed-off-by: Cristina Opriceana Applied to the togreg branch fo iio.git with one small change. > --- > include/linux/iio/sysfs.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/include/linux/iio/sysfs.h b/include/linux/iio/sysfs.h > index 8a1d186..71fdd6f 100644 > --- a/include/linux/iio/sysfs.h > +++ b/include/linux/iio/sysfs.h > @@ -18,7 +18,8 @@ struct iio_chan_spec; > * struct iio_dev_attr - iio specific device attribute > * @dev_attr: underlying device attribute > * @address: associated register address > - * @l: list head for maintaining list of dynamically created attrs. > + * @l: list head for maintaining list of dynamically created attrs > + * @c: specification for the underlying channels Only reflects the channel (rather than channels) which resulted in it's creation (for shared channels the code is supposed to work with any of them being pointed to here!) Hence channels -> channel > */ > struct iio_dev_attr { > struct device_attribute dev_attr; > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/