From: Cristina Opriceana Date: Fri, 24 Jul 2015 13:23:43 +0000 (+0300) Subject: include: linux: iio: Fix function parameter name in kernel doc X-Git-Tag: v4.3-rc1~158^2~139^2~47 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e52e95199d0c1aa8a06dbbc07b30562fded8b298;p=karo-tx-linux.git include: linux: iio: Fix function parameter name in kernel doc Fix buffer name from kernel doc according to the function parameter. Signed-off-by: Cristina Opriceana Signed-off-by: Jonathan Cameron --- diff --git a/include/linux/iio/consumer.h b/include/linux/iio/consumer.h index 26fb8f6342bb..fad58671c49e 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.