linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: L2CAP: Rudimentary typo fixes
@ 2021-03-25  4:35 Bhaskar Chowdhury
  2021-03-25 17:20 ` Randy Dunlap
  2021-03-26  7:39 ` Marcel Holtmann
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-25  4:35 UTC (permalink / raw)
  To: marcel, johan.hedberg, luiz.dentz, davem, kuba, linux-bluetooth,
	netdev, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


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

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 net/bluetooth/l2cap_core.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c
index 72c2f5226d67..b38e80a0e819 100644
--- a/net/bluetooth/l2cap_core.c
+++ b/net/bluetooth/l2cap_core.c
@@ -1690,7 +1690,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.
 	 */
@@ -7542,7 +7542,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)
--
2.30.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Bluetooth: L2CAP: Rudimentary typo fixes
  2021-03-25  4:35 [PATCH] Bluetooth: L2CAP: Rudimentary typo fixes Bhaskar Chowdhury
@ 2021-03-25 17:20 ` Randy Dunlap
  2021-03-26  7:39 ` Marcel Holtmann
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-25 17:20 UTC (permalink / raw)
  To: Bhaskar Chowdhury, marcel, johan.hedberg, luiz.dentz, davem,
	kuba, linux-bluetooth, netdev, linux-kernel

On 3/24/21 9:35 PM, Bhaskar Chowdhury wrote:
> 
> s/minium/minimum/
> s/procdure/procedure/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  net/bluetooth/l2cap_core.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c
> index 72c2f5226d67..b38e80a0e819 100644
> --- a/net/bluetooth/l2cap_core.c
> +++ b/net/bluetooth/l2cap_core.c
> @@ -1690,7 +1690,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.
>  	 */
> @@ -7542,7 +7542,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)
> --


-- 
~Randy


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Bluetooth: L2CAP: Rudimentary typo fixes
  2021-03-25  4:35 [PATCH] Bluetooth: L2CAP: Rudimentary typo fixes Bhaskar Chowdhury
  2021-03-25 17:20 ` Randy Dunlap
@ 2021-03-26  7:39 ` Marcel Holtmann
  1 sibling, 0 replies; 3+ messages in thread
From: Marcel Holtmann @ 2021-03-26  7:39 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: Johan Hedberg, Luiz Augusto von Dentz, David S. Miller,
	Jakub Kicinski, linux-bluetooth, netdev, LKML, rdunlap

Hi Bhaskar,

> s/minium/minimum/
> s/procdure/procedure/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
> net/bluetooth/l2cap_core.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-26  7:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  4:35 [PATCH] Bluetooth: L2CAP: Rudimentary typo fixes Bhaskar Chowdhury
2021-03-25 17:20 ` Randy Dunlap
2021-03-26  7:39 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).