From: Johan Hovold Date: Wed, 1 Jul 2015 10:37:28 +0000 (+0200) Subject: greybus: operation: remove obsolete operation-field comments X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1419 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2593261d5ca39b0f1afe926ffab907daeb246086;p=karo-tx-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 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 */