From: Viresh Kumar Date: Thu, 19 Mar 2015 11:32:45 +0000 (+0530) Subject: greybus: operation: s/status/result to match field name X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1680 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=183f872eb1895359ad41b2f3570c37b212fc29c1;p=karo-tx-linux.git greybus: operation: s/status/result to match field name Signed-off-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/operation.c b/drivers/staging/greybus/operation.c index 5e859c04b716..b01106f29ab3 100644 --- a/drivers/staging/greybus/operation.c +++ b/drivers/staging/greybus/operation.c @@ -42,11 +42,11 @@ static DEFINE_MUTEX(gb_message_mutex); * (0x80) of the operation type field is used to indicate whether * the message is a request (clear) or a response (set). * - * Response messages include an additional status byte, which + * Response messages include an additional result byte, which * communicates the result of the corresponding request. A zero - * status value means the operation completed successfully. Any + * result value means the operation completed successfully. Any * other value indicates an error; in this case, the payload of the - * response message (if any) is ignored. The status byte must be + * response message (if any) is ignored. The result byte must be * zero in the header for a request message. * * The wire format for all numeric fields in the header is little