iio: correct documentation for IIO_CONST_ATTR_SAMP_FREQ_AVAIL, match name of #define
authorPeter Meerwald <pmeerw@pmeerw.net>
Mon, 18 Jun 2012 18:33:02 +0000 (20:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Jun 2012 00:31:42 +0000 (17:31 -0700)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/iio/sysfs.h

index bfedb73b850e4f44a17f8c1aa5d578539978319b..b7a934b9431b57f5679dd6982dfc8df3a7ae7ec0 100644 (file)
@@ -97,7 +97,7 @@ struct iio_const_attr {
 #define IIO_DEV_ATTR_SAMP_FREQ_AVAIL(_show)                            \
        IIO_DEVICE_ATTR(sampling_frequency_available, S_IRUGO, _show, NULL, 0)
 /**
- * IIO_CONST_ATTR_AVAIL_SAMP_FREQ - list available sampling frequencies
+ * IIO_CONST_ATTR_SAMP_FREQ_AVAIL - list available sampling frequencies
  * @_string: frequency string for the attribute
  *
  * Constant version
This page took 0.029192 seconds and 5 git commands to generate.