From d6ec787299c242775ef1e49c6f558121effa248c Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Mon, 31 Aug 2015 17:21:02 +0530 Subject: [PATCH] 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 --- drivers/staging/greybus/greybus_protocols.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.20.1