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>
This commit is contained in:
Andrei Emeltchenko 2010-09-08 16:26:53 +03:00 committed by Gustavo F. Padovan
parent 6fdf482bb3
commit 5017d8dde1
1 changed files with 1 additions and 1 deletions

View File

@ -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);