mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 20:42:29 -04:00
greybus: svc: Move '{' to a new line in function definitions
That's the style we follow for kernel code. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7f69e5990f
commit
03cb4fa92a
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user