From: Johan Hovold Date: Wed, 1 Jul 2015 10:37:28 +0000 (+0200) Subject: greybus: operation: remove obsolete operation-field comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2593261d5ca39b0f1afe926ffab907daeb246086;p=linux.git greybus: operation: remove obsolete operation-field comments Remove obsolete operation-field comments. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/operation.h b/drivers/staging/greybus/operation.h index 07e43a771f8b5..c16f64dd9784e 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 */