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 <johan@hovoldconsulting.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
This commit is contained in:
Viresh Kumar 2015-08-31 17:21:02 +05:30 committed by Johan Hovold
parent 3ccb1600ba
commit d6ec787299
1 changed files with 1 additions and 0 deletions

View File

@ -804,6 +804,7 @@ struct gb_svc_route_create_request {
__u8 intf2_id;
__u8 dev2_id;
};
/* route create response has no payload */
/* RAW */