diff options
author | Andrei Emeltchenko <andrei.emeltchenko@nokia.com> | 2010-09-08 16:26:53 +0300 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2010-10-12 12:44:51 -0300 |
commit | 5017d8dde13313cab1e607379536a7930ed682b0 (patch) | |
tree | 3d39942d30586317465b78be28251455caadcad0 /net/bluetooth/rfcomm | |
parent | 6fdf482bb3298267816be59d9a3dce29632382d3 (diff) | |
download | linux-stable-5017d8dde13313cab1e607379536a7930ed682b0.tar.gz linux-stable-5017d8dde13313cab1e607379536a7930ed682b0.tar.bz2 linux-stable-5017d8dde13313cab1e607379536a7930ed682b0.zip |
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) break; default: - BT_ERR("Unknown packet type 0x%02x\n", type); + BT_ERR("Unknown packet type 0x%02x", type); break; } kfree_skb(skb); |