OSDN Git Service

greybus: operation: remove obsolete operation-field comments
authorJohan Hovold <johan@hovoldconsulting.com>
Wed, 1 Jul 2015 10:37:28 +0000 (12:37 +0200)
committerGreg 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

index 07e43a7..c16f64d 100644 (file)
@@ -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 */