Skip to content

Commit

Permalink
Bluetooth: remove extra newline from debug output
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrei Emeltchenko authored and Gustavo F. Padovan committed Oct 12, 2010
1 parent 6fdf482 commit 5017d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bluetooth/rfcomm/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5017d8d

Please sign in to comment.