From 6da507bcbd575aadfbb6a495b46e65138890e2c7 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 13 Feb 2012 10:25:31 +0100 Subject: [PATCH] staging:iio:events: Remove obsolete documentation Commit 43ba1100 ("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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/iio/industrialio-event.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/iio/industrialio-event.c b/drivers/staging/iio/industrialio-event.c index 66d320bf3020..5fdf739e38f9 100644 --- a/drivers/staging/iio/industrialio-event.c +++ b/drivers/staging/iio/industrialio-event.c @@ -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. -- 2.34.1