From: Peter Meerwald Date: Sat, 6 Dec 2014 05:54:00 +0000 (+0000) Subject: iio:adc:ad799x: Fix ad799x_chip_info kerneldoc X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a3eeb1591a464308f2d0cda183cc5d5d270d5b2e;p=deliverable%2Flinux.git iio:adc:ad799x: Fix ad799x_chip_info kerneldoc Signed-off-by: Peter Meerwald Acked-by: Lars-Peter Clausen Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/adc/ad799x.c b/drivers/iio/adc/ad799x.c index 39b4cb48d738..7e08c601f66e 100644 --- a/drivers/iio/adc/ad799x.c +++ b/drivers/iio/adc/ad799x.c @@ -105,9 +105,8 @@ enum { * struct ad799x_chip_info - chip specific information * @channel: channel specification * @num_channels: number of channels - * @monitor_mode: whether the chip supports monitor interrupts * @default_config: device default configuration - * @event_attrs: pointer to the monitor event attribute group + * @info: pointer to iio_info struct */ struct ad799x_chip_info { struct iio_chan_spec channel[9];