]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Bluetooth: L2CAP: Rudimentary typo fixes
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Thu, 25 Mar 2021 04:35:44 +0000 (10:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jun 2022 08:21:08 +0000 (10:21 +0200)
[ Upstream commit 5153ceb9e622f4e27de461404edc73324da70f8c ]

s/minium/minimum/
s/procdure/procedure/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/bluetooth/l2cap_core.c

index 012c1a0abda8c3fb0ed6c441779f0eefda2584e9..ad33c592cde464d738861a63a34cade27dfa45c5 100644 (file)
@@ -1689,7 +1689,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.
         */
@@ -7540,7 +7540,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)