Commit d6ec7872 authored by Viresh Kumar's avatar Viresh Kumar Committed by Johan Hovold

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: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
parent 3ccb1600
......@@ -804,6 +804,7 @@ struct gb_svc_route_create_request {
__u8 intf2_id;
__u8 dev2_id;
};
/* route create response has no payload */
/* RAW */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment