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

iio:adc:ad799x: Fix ad799x_chip_info kerneldoc

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Peter Meerwald and committed by
Jonathan Cameron
a3eeb159 a2d8be68

+1 -2
+1 -2
drivers/iio/adc/ad799x.c
··· 105 105 * struct ad799x_chip_info - chip specific information 106 106 * @channel: channel specification 107 107 * @num_channels: number of channels 108 - * @monitor_mode: whether the chip supports monitor interrupts 109 108 * @default_config: device default configuration 110 - * @event_attrs: pointer to the monitor event attribute group 109 + * @info: pointer to iio_info struct 111 110 */ 112 111 struct ad799x_chip_info { 113 112 struct iio_chan_spec channel[9];