mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-15 21:21:49 -04:00
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:
committed by
Johan Hovold
parent
3ccb1600ba
commit
d6ec787299
@@ -804,6 +804,7 @@ struct gb_svc_route_create_request {
|
||||
__u8 intf2_id;
|
||||
__u8 dev2_id;
|
||||
};
|
||||
/* route create response has no payload */
|
||||
|
||||
|
||||
/* RAW */
|
||||
|
||||
Reference in New Issue
Block a user