diff options
author | Andrei Emeltchenko <andrei.emeltchenko@nokia.com> | 2010-09-08 15:26:53 +0200 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2010-10-12 17:44:51 +0200 |
commit | 5017d8dde13313cab1e607379536a7930ed682b0 (patch) | |
tree | 3d39942d30586317465b78be28251455caadcad0 /net/bluetooth | |
parent | Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets. (diff) | |
download | linux-5017d8dde13313cab1e607379536a7930ed682b0.tar.xz linux-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')
-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); |