iio: Fix documentation of devm_iio_device_free()
authorPeter Meerwald <pmeerw@pmeerw.net>
Mon, 29 Jul 2013 21:35:00 +0000 (22:35 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 3 Aug 2013 21:21:53 +0000 (22:21 +0100)
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>
include/linux/iio/iio.h

index 61d220f89aca4c3a571246a2e94c748bc220ead3..09ebe0a4d8e6a65d586efd893407208ac452662c 100644 (file)
@@ -552,9 +552,9 @@ struct iio_dev *devm_iio_device_alloc(struct device *dev, int sizeof_priv);
  * @dev:               Device this iio_dev belongs to
  * @indio_dev:                 the iio_dev associated with the device
  *
- * Free indio_dev allocated with devm_iio_device_alloc().
+ * Free iio_dev allocated with devm_iio_device_alloc().
  */
-void devm_iio_device_free(struct device *dev, struct iio_dev *iio_dev);
+void devm_iio_device_free(struct device *dev, struct iio_dev *indio_dev);
 
 /**
  * iio_buffer_enabled() - helper function to test if the buffer is enabled
This page took 0.025721 seconds and 5 git commands to generate.