From: Viresh Kumar Date: Mon, 31 Aug 2015 11:51:02 +0000 (+0530) Subject: greybus: greybus_protocols: svc: Add missing comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d6ec787299c242775ef1e49c6f558121effa248c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git greybus: greybus_protocols: svc: Add missing comment All request/responses either have a structure representing them or a comment saying the request/response payload doesn't exist. The comment was missing for route create response message, add it. Reviewed-by: Johan Hovold Signed-off-by: Viresh Kumar Signed-off-by: Johan Hovold --- diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h index b84c710da4a9..846f3e327269 100644 --- a/drivers/staging/greybus/greybus_protocols.h +++ b/drivers/staging/greybus/greybus_protocols.h @@ -804,6 +804,7 @@ struct gb_svc_route_create_request { __u8 intf2_id; __u8 dev2_id; }; +/* route create response has no payload */ /* RAW */