diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2014-12-06 00:54:00 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-06-14 10:20:58 -0400 |
commit | a3eeb1591a464308f2d0cda183cc5d5d270d5b2e (patch) | |
tree | ad54b77a53af979a685f7047e2111de4e9c615ef /drivers/iio/adc/ad799x.c | |
parent | a2d8be6823017ccdde8db8b0f4fbe6a29580dd40 (diff) |
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>
Diffstat (limited to 'drivers/iio/adc/ad799x.c')
-rw-r--r-- | drivers/iio/adc/ad799x.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 { | |||
105 | * struct ad799x_chip_info - chip specific information | 105 | * struct ad799x_chip_info - chip specific information |
106 | * @channel: channel specification | 106 | * @channel: channel specification |
107 | * @num_channels: number of channels | 107 | * @num_channels: number of channels |
108 | * @monitor_mode: whether the chip supports monitor interrupts | ||
109 | * @default_config: device default configuration | 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 | struct ad799x_chip_info { | 111 | struct ad799x_chip_info { |
113 | struct iio_chan_spec channel[9]; | 112 | struct iio_chan_spec channel[9]; |