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:
6fdf482
)
Bluetooth: remove extra newline from debug output
author
Andrei Emeltchenko
<
[email protected]
>
Wed, 8 Sep 2010 13:26:53 +0000
(16:26 +0300)
committer
Gustavo F. Padovan
<
[email protected]
>
Tue, 12 Oct 2010 15:44:51 +0000
(12:44 -0300)
Signed-off-by: Andrei Emeltchenko <
[email protected]
>
Acked-by: Ville Tervo <
[email protected]
>
Acked-by: Marcel Holtmann <
[email protected]
>
Signed-off-by: Gustavo F. Padovan <
[email protected]
>
net/bluetooth/rfcomm/core.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/rfcomm/core.c
b/net/bluetooth/rfcomm/core.c
index b464843ed79ebf08fd52864914728501f3d02e26..4a22b14a2c60df8753a282bce77a34099735f78d 100644
(file)
--- a/
net/bluetooth/rfcomm/core.c
+++ b/
net/bluetooth/rfcomm/core.c
@@
-1698,7
+1698,7
@@
static int rfcomm_recv_frame(struct rfcomm_session *s, struct sk_buff *skb)
break;
default:
- BT_ERR("Unknown packet type 0x%02x
\n
", type);
+ BT_ERR("Unknown packet type 0x%02x", type);
break;
}
kfree_skb(skb);