projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e339881
)
greybus: operation: remove obsolete operation-field comments
author
Johan Hovold
<johan@hovoldconsulting.com>
Wed, 1 Jul 2015 10:37:28 +0000
(12:37 +0200)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Wed, 1 Jul 2015 23:54:44 +0000
(16:54 -0700)
Remove obsolete operation-field comments.
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/operation.h
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/operation.h
b/drivers/staging/greybus/operation.h
index 07e43a771f8b541fbbf2ad4e5527304291a1ad13..c16f64dd9784e5d53025b4fcbaf94ca82164883d 100644
(file)
--- a/
drivers/staging/greybus/operation.h
+++ b/
drivers/staging/greybus/operation.h
@@
-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 */