Commit d4ad4f4b authored by Jonathan Cameron's avatar Jonathan Cameron

iio:buffer:iio_push_to_buffers_with_timestamp fix kernel-doc.

Wrong start of kernel doc comment /* -> /**
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
Reviewed-by: default avatarLars-Peter Clausen <lars@metafoo.de>
parent 315a19ec
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment