linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: Fix a spelling mistake
@ 2021-06-15 11:24 13145886936
  2021-06-15 13:43 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: 13145886936 @ 2021-06-15 11:24 UTC (permalink / raw)
  To: davem, kuba; +Cc: linux-bluetooth, netdev, linux-kernel, gushengxian

From: gushengxian <gushengxian@yulong.com>

Fix a spelling mistake.

Signed-off-by: gushengxian <gushengxian@yulong.com>
---
 net/bluetooth/hci_conn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c
index 2b5059a56cda..e91ac6945ec3 100644
--- a/net/bluetooth/hci_conn.c
+++ b/net/bluetooth/hci_conn.c
@@ -760,7 +760,7 @@ void hci_le_conn_failed(struct hci_conn *conn, u8 status)
 	/* If the status indicates successful cancellation of
 	 * the attempt (i.e. Unknown Connection Id) there's no point of
 	 * notifying failure since we'll go back to keep trying to
-	 * connect. The only exception is explicit connect requests
+	 * connect. The only exception is explicit connection requests
 	 * where a timeout + cancel does indicate an actual failure.
 	 */
 	if (status != HCI_ERROR_UNKNOWN_CONN_ID ||
-- 
2.25.1



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

* Re: [PATCH] Bluetooth: Fix a spelling mistake
  2021-06-15 11:24 [PATCH] Bluetooth: Fix a spelling mistake 13145886936
@ 2021-06-15 13:43 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2021-06-15 13:43 UTC (permalink / raw)
  To: 13145886936
  Cc: David S. Miller, Jakub Kicinski, Bluez mailing list,
	open list:NETWORKING [GENERAL],
	open list, gushengxian

Hi,

> Fix a spelling mistake.
> 
> Signed-off-by: gushengxian <gushengxian@yulong.com>
> ---
> net/bluetooth/hci_conn.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c
> index 2b5059a56cda..e91ac6945ec3 100644
> --- a/net/bluetooth/hci_conn.c
> +++ b/net/bluetooth/hci_conn.c
> @@ -760,7 +760,7 @@ void hci_le_conn_failed(struct hci_conn *conn, u8 status)
> 	/* If the status indicates successful cancellation of
> 	 * the attempt (i.e. Unknown Connection Id) there's no point of
> 	 * notifying failure since we'll go back to keep trying to
> -	 * connect. The only exception is explicit connect requests
> +	 * connect. The only exception is explicit connection requests
> 	 * where a timeout + cancel does indicate an actual failure.

I am not even convinced this is a spelling mistake since according to the specification they are connect requests. Anyhow, I no considering patches without proper real name attached to it and send from a total vague email address.

Regards

Marcel


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

end of thread, other threads:[~2021-06-15 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 11:24 [PATCH] Bluetooth: Fix a spelling mistake 13145886936
2021-06-15 13:43 ` 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).