diff options
author | Cristina Opriceana <cristina.opriceana@gmail.com> | 2015-07-24 09:23:43 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-08-02 13:34:18 -0400 |
commit | e52e95199d0c1aa8a06dbbc07b30562fded8b298 (patch) | |
tree | 1d5027e35971f0be6330b132ae1547676827fc65 | |
parent | a316c01d59e9d45ede1083a81ae82eb15ae7eab3 (diff) |
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 <cristina.opriceana@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
-rw-r--r-- | include/linux/iio/consumer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); | |||
100 | 100 | ||
101 | /** | 101 | /** |
102 | * iio_channel_cb_get_channels() - get access to the underlying channels. | 102 | * iio_channel_cb_get_channels() - get access to the underlying channels. |
103 | * @cb_buff: The callback buffer from whom we want the channel | 103 | * @cb_buffer: The callback buffer from whom we want the channel |
104 | * information. | 104 | * information. |
105 | * | 105 | * |
106 | * This function allows one to obtain information about the channels. | 106 | * This function allows one to obtain information about the channels. |