projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
612dfce
)
Bluetooth: trivial: Fix braces style and remove empty line
author
Andrei Emeltchenko
<
[email protected]
>
Wed, 31 Oct 2012 13:46:26 +0000
(15:46 +0200)
committer
Gustavo Padovan
<
[email protected]
>
Thu, 1 Nov 2012 22:27:05 +0000
(20:27 -0200)
Signed-off-by: Andrei Emeltchenko <
[email protected]
>
Acked-by: Marcel Holtmann <
[email protected]
>
Signed-off-by: Gustavo Padovan <
[email protected]
>
net/bluetooth/l2cap_core.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/l2cap_core.c
b/net/bluetooth/l2cap_core.c
index d1728af8e84f91de446f33e63784f2abec8538bf..c2fbaf9c6ac8472543477ca27dc0a889c6a5e810 100644
(file)
--- a/
net/bluetooth/l2cap_core.c
+++ b/
net/bluetooth/l2cap_core.c
@@
-6252,9
+6252,9
@@
void l2cap_connect_cfm(struct hci_conn *hcon, u8 status)
conn = l2cap_conn_add(hcon, status);
if (conn)
l2cap_conn_ready(conn);
- } else
+ } else
{
l2cap_conn_del(hcon, bt_to_errno(status));
-
+ }
}
int l2cap_disconn_ind(struct hci_conn *hcon)