Bluetooth: remove extra newline from debug output
authorAndrei Emeltchenko <[email protected]>
Wed, 8 Sep 2010 13:26:53 +0000 (16:26 +0300)
committerGustavo F. Padovan <[email protected]>
Tue, 12 Oct 2010 15:44:51 +0000 (12:44 -0300)
Signed-off-by: Andrei Emeltchenko <[email protected]>
Acked-by: Ville Tervo <[email protected]>
Acked-by: Marcel Holtmann <[email protected]>
Signed-off-by: Gustavo F. Padovan <[email protected]>
net/bluetooth/rfcomm/core.c

index b464843ed79ebf08fd52864914728501f3d02e26..4a22b14a2c60df8753a282bce77a34099735f78d 100644 (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);