Skip to content

Commit 1b009c9

Browse files
finikorgJohan Hedberg
authored and
Johan Hedberg
committed
Bluetooth: trivial: Fix long line
Signed-off-by: Andrei Emeltchenko <[email protected]> Acked-by: Marcel Holtmann <[email protected]> Signed-off-by: Johan Hedberg <[email protected]>
1 parent 6b6ba88 commit 1b009c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

net/bluetooth/l2cap_core.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,8 @@ static inline int l2cap_connect_rsp(struct l2cap_conn *conn, struct l2cap_cmd_hd
27202720
result = __le16_to_cpu(rsp->result);
27212721
status = __le16_to_cpu(rsp->status);
27222722

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

27252726
if (scid) {
27262727
chan = l2cap_get_chan_by_scid(conn, scid);

0 commit comments

Comments
 (0)