Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Cristina Opriceana and committed by
Jonathan Cameron
e52e9519 a316c01d

+1 -1
+1 -1
include/linux/iio/consumer.h
··· 100 100 101 101 /** 102 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 104 * information. 105 105 * 106 106 * This function allows one to obtain information about the channels.