Commit 03cb4fa9 authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman

greybus: svc: Move '{' to a new line in function definitions

That's the style we follow for kernel code.
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 7f69e599
......@@ -172,7 +172,8 @@ int gb_svc_connection_destroy(struct gb_svc *svc,
EXPORT_SYMBOL_GPL(gb_svc_connection_destroy);
int gb_svc_route_create(struct gb_svc *svc, u8 intf1_id, u8 dev1_id,
u8 intf2_id, u8 dev2_id) {
u8 intf2_id, u8 dev2_id)
{
return route_create_operation(svc, intf1_id, dev1_id,
intf2_id, dev2_id);
}
......
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