Commit 2593b13a authored by Jonathan Cameron's avatar Jonathan Cameron

staging:iio:adc:max1363 make docs match the contents of max1363_chip_info

Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent ec443728
......@@ -127,15 +127,14 @@ enum max1363_modes {
/**
* struct max1363_chip_info - chip specifc information
* @name: indentification string for chip
* @bits: accuracy of the adc in bits
* @int_vref_mv: the internal reference voltage
* @info: iio core function callbacks structure
* @channels: channel specification
* @num_channels: number of channels
* @mode_list: array of available scan modes
* @num_modes: the number of scan modes available
* @default_mode: the scan mode in which the chip starts up
* @channel: channel specification
* @int_vref_mv: the internal reference voltage
* @num_channels: number of channels
* @bits: accuracy of the adc in bits
*/
struct max1363_chip_info {
const struct iio_info *info;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment