greybus: operation: remove obsolete operation-field comments

Remove obsolete operation-field comments.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Johan Hovold 2015-07-01 12:37:28 +02:00 committed by Greg Kroah-Hartman
parent e3398811c3
commit 2593261d5c

View file

@ -123,8 +123,8 @@ struct gb_operation {
int errno; /* Operation result */ int errno; /* Operation result */
struct work_struct work; struct work_struct work;
gb_operation_callback callback; /* If asynchronous */ gb_operation_callback callback;
struct completion completion; /* Used if no callback */ struct completion completion;
struct kref kref; struct kref kref;
struct list_head links; /* connection->operations */ struct list_head links; /* connection->operations */