diff --git a/[refs] b/[refs] index 67e256f20956..90407159ee2e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c499d029d80534a01e858ce9fd1687f2042f7a86 +refs/heads/master: 45f010baa0292c367168b1f62d5494965b905b5d diff --git a/trunk/include/linux/iio/consumer.h b/trunk/include/linux/iio/consumer.h index 06ab4ec56c37..62118dd707d7 100644 --- a/trunk/include/linux/iio/consumer.h +++ b/trunk/include/linux/iio/consumer.h @@ -61,7 +61,7 @@ void iio_channel_release_all(struct iio_channel *chan); /** * iio_read_channel_raw() - read from a given channel - * @channel: The channel being queried. + * @chan: The channel being queried. * @val: Value read back. * * Note raw reads from iio channels are in adc counts and hence @@ -82,7 +82,7 @@ int iio_get_channel_type(struct iio_channel *channel, /** * iio_read_channel_scale() - read the scale value for a channel - * @channel: The channel being queried. + * @chan: The channel being queried. * @val: First part of value read back. * @val2: Second part of value read back. *