Commit a16561c6 authored by Peter Meerwald's avatar Peter Meerwald Committed by Greg Kroah-Hartman

iio: clarify channel and indexed in struct iio_chan_spec

Signed-off-by: default avatarPeter Meerwald <pmeerw@pmeerw.net>
Acked-by: default avatarJonathan Cameron <jic23@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 17879488
...@@ -196,7 +196,7 @@ ssize_t iio_enum_write(struct iio_dev *indio_dev, ...@@ -196,7 +196,7 @@ ssize_t iio_enum_write(struct iio_dev *indio_dev,
/** /**
* struct iio_chan_spec - specification of a single channel * struct iio_chan_spec - specification of a single channel
* @type: What type of measurement is the channel making. * @type: What type of measurement is the channel making.
* @channel: What number or name do we wish to assign the channel. * @channel: What number do we wish to assign the channel.
* @channel2: If there is a second number for a differential * @channel2: If there is a second number for a differential
* channel then this is it. If modified is set then the * channel then this is it. If modified is set then the
* value here specifies the modifier. * value here specifies the modifier.
...@@ -227,9 +227,8 @@ ssize_t iio_enum_write(struct iio_dev *indio_dev, ...@@ -227,9 +227,8 @@ ssize_t iio_enum_write(struct iio_dev *indio_dev,
* channel2. Examples are IIO_MOD_X for axial sensors about * channel2. Examples are IIO_MOD_X for axial sensors about
* the 'x' axis. * the 'x' axis.
* @indexed: Specify the channel has a numerical index. If not, * @indexed: Specify the channel has a numerical index. If not,
* the value in channel will be suppressed for attribute * the channel index number will be suppressed for sysfs
* but not for event codes. Typically set it to 0 when * attributes but not for event codes.
* the index is false.
* @differential: Channel is differential. * @differential: Channel is differential.
*/ */
struct iio_chan_spec { struct iio_chan_spec {
......
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