iio: core: Move kernel doc to the right location
[deliverable/linux.git] / drivers / iio / industrialio-event.c
index dac15b9f9df8db9bf42518d1394875347b5fb0c6..32b2c2d8d2376a7e200db2cbd1e25a17b3ebdb60 100644 (file)
@@ -42,6 +42,12 @@ struct iio_event_interface {
        struct attribute_group  group;
 };
 
+/**
+ * iio_push_event() - try to add event to the list for userspace reading
+ * @indio_dev:         IIO device structure
+ * @ev_code:           What event
+ * @timestamp:         When the event occurred
+ **/
 int iio_push_event(struct iio_dev *indio_dev, u64 ev_code, s64 timestamp)
 {
        struct iio_event_interface *ev_int = indio_dev->event_interface;
This page took 0.024161 seconds and 5 git commands to generate.