mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 00:36:40 +09:00
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:
committed by
Greg Kroah-Hartman
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 */
|
||||
|
||||
Reference in New Issue
Block a user