From: Andrei Emeltchenko Date: Tue, 21 Feb 2012 10:54:54 +0000 (+0200) Subject: Bluetooth: trivial: Fix long line X-Git-Tag: v3.4-rc1~177^2~112^2~90 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b009c982482ee0e4cbabcd9bdae690a29119ede;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git Bluetooth: trivial: Fix long line Signed-off-by: Andrei Emeltchenko Acked-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index 37736c6..63539f9 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c @@ -2720,7 +2720,8 @@ static inline int l2cap_connect_rsp(struct l2cap_conn *conn, struct l2cap_cmd_hd result = __le16_to_cpu(rsp->result); status = __le16_to_cpu(rsp->status); - BT_DBG("dcid 0x%4.4x scid 0x%4.4x result 0x%2.2x status 0x%2.2x", dcid, scid, result, status); + BT_DBG("dcid 0x%4.4x scid 0x%4.4x result 0x%2.2x status 0x%2.2x", + dcid, scid, result, status); if (scid) { chan = l2cap_get_chan_by_scid(conn, scid);