summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2015-07-01 12:37:28 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2015-07-01 16:54:44 -0700
commit2593261d5ca39b0f1afe926ffab907daeb246086 (patch)
treed9d134b4a4538128481d496789131bc11c8816e7 /drivers/staging/greybus/operation.h
parente3398811c3c3b90501ca67c5de683953efe6cdde (diff)
downloadlinux-2593261d5ca39b0f1afe926ffab907daeb246086.tar.bz2
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>
Diffstat (limited to 'drivers/staging/greybus/operation.h')
-rw-r--r--drivers/staging/greybus/operation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/operation.h b/drivers/staging/greybus/operation.h
index 07e43a771f8b..c16f64dd9784 100644
--- 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 */