Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
}