Skip to content

Commit

Permalink
Bluetooth: L2CAP: Rudimentary typo fixes
Browse files Browse the repository at this point in the history
s/minium/minimum/
s/procdure/procedure/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
  • Loading branch information
unixbhaskar authored and holtmann committed Mar 25, 2021
1 parent 1f4ec58 commit 5153ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ static void l2cap_le_conn_ready(struct l2cap_conn *conn)
smp_conn_security(hcon, hcon->pending_sec_level);

/* For LE slave connections, make sure the connection interval
* is in the range of the minium and maximum interval that has
* is in the range of the minimum and maximum interval that has
* been configured for this connection. If not, then trigger
* the connection update procedure.
*/
Expand Down Expand Up @@ -7552,7 +7552,7 @@ static void l2cap_data_channel(struct l2cap_conn *conn, u16 cid,
BT_DBG("chan %p, len %d", chan, skb->len);

/* If we receive data on a fixed channel before the info req/rsp
* procdure is done simply assume that the channel is supported
* procedure is done simply assume that the channel is supported
* and mark it as ready.
*/
if (chan->chan_type == L2CAP_CHAN_FIXED)
Expand Down

0 comments on commit 5153ceb

Please sign in to comment.