Commit aefa5bc8 authored by Chris Ruehl's avatar Chris Ruehl Committed by Jonathan Cameron
Browse files

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: default avatarChris Ruehl <chris.ruehl@gtsys.com.hk>

Fixes: 9f15a4a0 ("iio: dac: ltc2632: add support for LTC2636 family")
Acked-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 16636527
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {