1
0
Fork 0

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>
hifive-unleashed-5.1
Johan Hovold 2015-07-01 12:37:28 +02:00 committed by Greg Kroah-Hartman
parent e3398811c3
commit 2593261d5c
1 changed files with 2 additions and 2 deletions

View File

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