Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752049AbbHBRec (ORCPT ); Sun, 2 Aug 2015 13:34:32 -0400 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:45421 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751810AbbHBRea (ORCPT ); Sun, 2 Aug 2015 13:34:30 -0400 Subject: Re: [PATCH 5/6] include: linux: iio: Fix function parameter name in kernel doc To: Cristina Opriceana References: <7461b4e6114a382e8669e132a8ef29c232b376c1.1437737942.git.cristina.opriceana@gmail.com> 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: <55BE54A5.6050702@kernel.org> Date: Sun, 2 Aug 2015 18:34:29 +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: <7461b4e6114a382e8669e132a8ef29c232b376c1.1437737942.git.cristina.opriceana@gmail.com> 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: 1138 Lines: 31 On 24/07/15 14:23, Cristina Opriceana wrote: > Fix buffer name from kernel doc according to the function parameter. > > Signed-off-by: Cristina Opriceana Applied Jonathan > --- > include/linux/iio/consumer.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/iio/consumer.h b/include/linux/iio/consumer.h > index 26fb8f6..fad5867 100644 > --- a/include/linux/iio/consumer.h > +++ b/include/linux/iio/consumer.h > @@ -100,7 +100,7 @@ void iio_channel_stop_all_cb(struct iio_cb_buffer *cb_buff); > > /** > * iio_channel_cb_get_channels() - get access to the underlying channels. > - * @cb_buff: The callback buffer from whom we want the channel > + * @cb_buffer: The callback buffer from whom we want the channel > * information. > * > * This function allows one to obtain information about the channels. > -- 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/