diff options
author | Andrei Emeltchenko <andrei.emeltchenko@nokia.com> | 2010-09-08 09:26:53 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2010-10-12 11:44:51 -0400 |
commit | 5017d8dde13313cab1e607379536a7930ed682b0 (patch) | |
tree | 3d39942d30586317465b78be28251455caadcad0 /net/bluetooth/rfcomm | |
parent | 6fdf482bb3298267816be59d9a3dce29632382d3 (diff) |
Bluetooth: remove extra newline from debug output
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@nokia.com>
Acked-by: Ville Tervo <ville.tervo@nokia.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'net/bluetooth/rfcomm')
-rw-r--r-- | net/bluetooth/rfcomm/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/rfcomm/core.c b/net/bluetooth/rfcomm/core.c index b464843ed79e..4a22b14a2c60 100644 --- 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) | |||
1698 | break; | 1698 | break; |
1699 | 1699 | ||
1700 | default: | 1700 | default: |
1701 | BT_ERR("Unknown packet type 0x%02x\n", type); | 1701 | BT_ERR("Unknown packet type 0x%02x", type); |
1702 | break; | 1702 | break; |
1703 | } | 1703 | } |
1704 | kfree_skb(skb); | 1704 | kfree_skb(skb); |