Commit e52e9519 authored by Cristina Opriceana's avatar Cristina Opriceana Committed by Jonathan Cameron

include: linux: iio: Fix function parameter name in kernel doc

Fix buffer name from kernel doc according to the function parameter.
Signed-off-by: default avatarCristina Opriceana <cristina.opriceana@gmail.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent a316c01d
...@@ -100,7 +100,7 @@ void iio_channel_stop_all_cb(struct iio_cb_buffer *cb_buff); ...@@ -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. * 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. * information.
* *
* This function allows one to obtain information about the channels. * This function allows one to obtain information about the channels.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment