diff options
author | Jonathan Cameron <jic23@kernel.org> | 2017-01-02 19:28:29 +0000 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-01-10 19:54:52 +0000 |
commit | d4ad4f4b721ad76e28b73e32b8602c011e281893 (patch) | |
tree | 0292c00e3aeca872ef6dd3a5a50d05c275732b09 /include | |
parent | 315a19eca0e7cbae1bef7f43b36fdcfc33f248f6 (diff) | |
download | linux-d4ad4f4b721ad76e28b73e32b8602c011e281893.tar.bz2 |
iio:buffer:iio_push_to_buffers_with_timestamp fix kernel-doc.
Wrong start of kernel doc comment /* -> /**
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/iio/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iio/buffer.h b/include/linux/iio/buffer.h index cd77ed14eb7f..8c915c2c18f1 100644 --- a/include/linux/iio/buffer.h +++ b/include/linux/iio/buffer.h @@ -163,7 +163,7 @@ void iio_buffer_init(struct iio_buffer *buffer); int iio_push_to_buffers(struct iio_dev *indio_dev, const void *data); -/* +/** * iio_push_to_buffers_with_timestamp() - push data and timestamp to buffers * @indio_dev: iio_dev structure for device. * @data: sample data |