diff options
Diffstat (limited to 'kernel/include/linux/iio/consumer.h')
-rw-r--r-- | kernel/include/linux/iio/consumer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/linux/iio/consumer.h b/kernel/include/linux/iio/consumer.h index 26fb8f634..fad58671c 100644 --- a/kernel/include/linux/iio/consumer.h +++ b/kernel/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. |