Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317320
b: refs/heads/master
c: a16561c
h: refs/heads/master
v: v3
  • Loading branch information
Peter Meerwald authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent a379df3 commit ebce83d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1787948873fd2ca730fb5891b6a2ade510367ace
refs/heads/master: a16561c6f713630270b905297f3eedf02db7fa98
7 changes: 3 additions & 4 deletions trunk/include/linux/iio/iio.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ ssize_t iio_enum_write(struct iio_dev *indio_dev,
/**
* struct iio_chan_spec - specification of a single channel
* @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
* channel then this is it. If modified is set then the
* value here specifies the modifier.
Expand Down Expand Up @@ -227,9 +227,8 @@ ssize_t iio_enum_write(struct iio_dev *indio_dev,
* channel2. Examples are IIO_MOD_X for axial sensors about
* the 'x' axis.
* @indexed: Specify the channel has a numerical index. If not,
* the value in channel will be suppressed for attribute
* but not for event codes. Typically set it to 0 when
* the index is false.
* the channel index number will be suppressed for sysfs
* attributes but not for event codes.
* @differential: Channel is differential.
*/
struct iio_chan_spec {
Expand Down

0 comments on commit ebce83d

Please sign in to comment.