aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2017-01-02 19:28:29 +0000
committerJonathan Cameron <jic23@kernel.org>2017-01-10 19:54:52 +0000
commitd4ad4f4b721ad76e28b73e32b8602c011e281893 (patch)
tree0292c00e3aeca872ef6dd3a5a50d05c275732b09 /include/linux/iio
parentiio:buffers: Push some docs down into the .c file. (diff)
downloadlinux-dev-d4ad4f4b721ad76e28b73e32b8602c011e281893.tar.xz
linux-dev-d4ad4f4b721ad76e28b73e32b8602c011e281893.zip
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/linux/iio')
-rw-r--r--include/linux/iio/buffer.h2
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