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:
parent
e3398811c3
commit
2593261d5c
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue