diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2013-07-29 17:35:00 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-08-03 17:21:53 -0400 |
commit | 9bc541028b2b93962e0bebce62ce6e295aab2086 (patch) | |
tree | cf6ca5e44bc2b29f9b92e6b398cdb4424a1beacf /include/linux/iio | |
parent | b6ff86f3f598a83715773923952565a36eafd952 (diff) |
iio: Fix documentation of devm_iio_device_free()
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/linux/iio')
-rw-r--r-- | include/linux/iio/iio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/iio/iio.h b/include/linux/iio/iio.h index 61d220f89aca..09ebe0a4d8e6 100644 --- a/include/linux/iio/iio.h +++ b/include/linux/iio/iio.h | |||
@@ -552,9 +552,9 @@ struct iio_dev *devm_iio_device_alloc(struct device *dev, int sizeof_priv); | |||
552 | * @dev: Device this iio_dev belongs to | 552 | * @dev: Device this iio_dev belongs to |
553 | * @indio_dev: the iio_dev associated with the device | 553 | * @indio_dev: the iio_dev associated with the device |
554 | * | 554 | * |
555 | * Free indio_dev allocated with devm_iio_device_alloc(). | 555 | * Free iio_dev allocated with devm_iio_device_alloc(). |
556 | */ | 556 | */ |
557 | void devm_iio_device_free(struct device *dev, struct iio_dev *iio_dev); | 557 | void devm_iio_device_free(struct device *dev, struct iio_dev *indio_dev); |
558 | 558 | ||
559 | /** | 559 | /** |
560 | * iio_buffer_enabled() - helper function to test if the buffer is enabled | 560 | * iio_buffer_enabled() - helper function to test if the buffer is enabled |