Bluetooth: fix errors reported by checkpatch.pl
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
@@ -1671,10 +1671,6 @@ done:
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: Need actual value of the flush timeout */
|
|
||||||
//if (flush_to != L2CAP_DEFAULT_FLUSH_TO)
|
|
||||||
// l2cap_add_conf_opt(&ptr, L2CAP_CONF_FLUSH_TO, 2, pi->flush_to);
|
|
||||||
|
|
||||||
req->dcid = cpu_to_le16(pi->dcid);
|
req->dcid = cpu_to_le16(pi->dcid);
|
||||||
req->flags = cpu_to_le16(0);
|
req->flags = cpu_to_le16(0);
|
||||||
|
|
||||||
@@ -2501,7 +2497,7 @@ static inline int l2cap_information_rsp(struct l2cap_conn *conn, struct l2cap_cm
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int inline l2cap_check_conn_param(u16 min, u16 max, u16 latency,
|
static inline int l2cap_check_conn_param(u16 min, u16 max, u16 latency,
|
||||||
u16 to_multiplier)
|
u16 to_multiplier)
|
||||||
{
|
{
|
||||||
u16 max_latency;
|
u16 max_latency;
|
||||||
|
Reference in New Issue
Block a user