diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2012-06-15 19:25:25 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-15 14:39:18 -0700 |
commit | 33e0c249801c6913b2bd102683ab65ab61e12952 (patch) | |
tree | ba636d2c46cf26ea44eee4319d1786421c2ee577 /include/linux/iio | |
parent | 79e9b4e6f2d3fb904233f62cea1b6a42a58416a4 (diff) | |
download | talos-op-linux-33e0c249801c6913b2bd102683ab65ab61e12952.tar.gz talos-op-linux-33e0c249801c6913b2bd102683ab65ab61e12952.zip |
iio: iio/machine.h typo
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/iio')
-rw-r--r-- | include/linux/iio/machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iio/machine.h b/include/linux/iio/machine.h index 0b1f19bfdc44..400a453ff67b 100644 --- a/include/linux/iio/machine.h +++ b/include/linux/iio/machine.h @@ -14,7 +14,7 @@ * This is matched against the datasheet_name element * of struct iio_chan_spec. * @consumer_dev_name: Name to uniquely identify the consumer device. - * @consumer_channel: Unique name used to idenitify the channel on the + * @consumer_channel: Unique name used to identify the channel on the * consumer side. */ struct iio_map { |