Commit 2593261d authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman

greybus: operation: remove obsolete operation-field comments

Remove obsolete operation-field comments.
Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent e3398811
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment