diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2012-06-18 20:33:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-18 17:31:42 -0700 |
commit | 9cc113bc84e683435c110268712d25aea05b8198 (patch) | |
tree | a285057fb84addb8ae7c9ff073faef7ad5777228 /include/linux/iio | |
parent | 2a1d45ecc8cac79afe7f769f4241e4ad919c45bf (diff) | |
download | linux-exynos-9cc113bc84e683435c110268712d25aea05b8198.tar.gz linux-exynos-9cc113bc84e683435c110268712d25aea05b8198.tar.bz2 linux-exynos-9cc113bc84e683435c110268712d25aea05b8198.zip |
iio: typo in iio_chan_spec.ext_info comment
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/iio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iio/iio.h b/include/linux/iio/iio.h index ae0cad908182..2afbb6f01afc 100644 --- a/include/linux/iio/iio.h +++ b/include/linux/iio/iio.h @@ -214,7 +214,7 @@ ssize_t iio_enum_write(struct iio_dev *indio_dev, * @event_mask: What events can this channel produce. * @ext_info: Array of extended info attributes for this channel. * The array is NULL terminated, the last element should - * have it's name field set to NULL. + * have its name field set to NULL. * @extend_name: Allows labeling of channel attributes with an * informative name. Note this has no effect codes etc, * unlike modifiers. |