aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2012-02-21 05:54:54 -0500
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-23 06:06:57 -0500
commit1b009c982482ee0e4cbabcd9bdae690a29119ede (patch)
tree9eaf9c041fc5dc07a99b54021470369213960962
parent6b6ba88b5bb8779156b21bb957520a448c3642e2 (diff)
Bluetooth: trivial: Fix long line
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
-rw-r--r--net/bluetooth/l2cap_core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c
index 37736c6603fc..63539f940572 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
2720 result = __le16_to_cpu(rsp->result); 2720 result = __le16_to_cpu(rsp->result);
2721 status = __le16_to_cpu(rsp->status); 2721 status = __le16_to_cpu(rsp->status);
2722 2722
2723 BT_DBG("dcid 0x%4.4x scid 0x%4.4x result 0x%2.2x status 0x%2.2x", dcid, scid, result, status); 2723 BT_DBG("dcid 0x%4.4x scid 0x%4.4x result 0x%2.2x status 0x%2.2x",
2724 dcid, scid, result, status);
2724 2725
2725 if (scid) { 2726 if (scid) {
2726 chan = l2cap_get_chan_by_scid(conn, scid); 2727 chan = l2cap_get_chan_by_scid(conn, scid);