projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f69e59
)
greybus: svc: Move '{' to a new line in function definitions
author
Viresh Kumar
<viresh.kumar@linaro.org>
Wed, 29 Jul 2015 06:14:08 +0000
(11:44 +0530)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Tue, 4 Aug 2015 03:09:00 +0000
(20:09 -0700)
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>
drivers/staging/greybus/svc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/svc.c
b/drivers/staging/greybus/svc.c
index 784b7709b432210a109f3f8acac7b1759a7e0d67..b89e88952a30f0912228c24a0fca0c299bd83205 100644
(file)
--- a/
drivers/staging/greybus/svc.c
+++ b/
drivers/staging/greybus/svc.c
@@
-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);
}