mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
iio: adc: ab8500-gpadc: Fix kernel-doc parameter names.
Seems these got renamed at somepoint but the documentation wasn't updated to match. Cc: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Nuno Sa <nuno.sa@analog.com> Link: https://lore.kernel.org/r/20240330190849.1321065-3-jic23@kernel.org Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
@@ -1021,8 +1021,8 @@ static int ab8500_gpadc_parse_channel(struct device *dev,
|
||||
/**
|
||||
* ab8500_gpadc_parse_channels() - Parse the GPADC channels from DT
|
||||
* @gpadc: the GPADC to configure the channels for
|
||||
* @chans: the IIO channels we parsed
|
||||
* @nchans: the number of IIO channels we parsed
|
||||
* @chans_parsed: the IIO channels we parsed
|
||||
* @nchans_parsed: the number of IIO channels we parsed
|
||||
*/
|
||||
static int ab8500_gpadc_parse_channels(struct ab8500_gpadc *gpadc,
|
||||
struct iio_chan_spec **chans_parsed,
|
||||
|
||||
Reference in New Issue
Block a user