diff options
author | Chris Ruehl <chris.ruehl@gtsys.com.hk> | 2020-04-20 06:26:06 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-05-03 10:47:22 +0200 |
commit | aefa5bc87c808dd08db2fc79ebdbf19ed4af7be2 (patch) | |
tree | b05d7891c05627d4d0d2a94120cdf751c88ec22c /drivers/iio/dac | |
parent | iio: magnetometer: ak8974: Provide scaling (diff) | |
download | linux-aefa5bc87c808dd08db2fc79ebdbf19ed4af7be2.tar.xz linux-aefa5bc87c808dd08db2fc79ebdbf19ed4af7be2.zip |
iio: documentation ltc2632_chip_info add num_channels
The documentation for ltc_2632_chip_info missed the desciption for the
num_channels. This trivial patch adds it.
Signed-off-by: Chris Ruehl <chris.ruehl@gtsys.com.hk>
Fixes: 9f15a4a0adc9 ("iio: dac: ltc2632: add support for LTC2636 family")
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/dac')
-rw-r--r-- | drivers/iio/dac/ltc2632.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/dac/ltc2632.c b/drivers/iio/dac/ltc2632.c index ac785595c30f..6afc1ad9004e 100644 --- a/drivers/iio/dac/ltc2632.c +++ b/drivers/iio/dac/ltc2632.c @@ -26,6 +26,7 @@ /** * struct ltc2632_chip_info - chip specific information * @channels: channel spec for the DAC + * @num_channels: DAC channel count of the chip * @vref_mv: internal reference voltage */ struct ltc2632_chip_info { |