Skip to content

Commit

Permalink
staging:iio:events: Remove obsolete documentation
Browse files Browse the repository at this point in the history
Commit 43ba110 ("staging:iio:events: Use waitqueue lock to protect event
queue") removed the event_list_lock field from the iio_event_interface struct,
but missed to remove the same field from the documentation for that function.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Lars-Peter Clausen authored and Greg Kroah-Hartman committed Feb 14, 2012
1 parent 72ed116 commit 6da507b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/iio/industrialio-event.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
/**
* struct iio_event_interface - chrdev interface for an event line
* @wait: wait queue to allow blocking reads of events
* @event_list_lock: mutex to protect the list of detected events
* @det_events: list of detected events
* @dev_attr_list: list of event interface sysfs attribute
* @flags: file operations related flags including busy flag.
Expand Down

0 comments on commit 6da507b

Please sign in to comment.