linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: fix a grammar mistake
@ 2021-06-16  8:25 13145886936
  2021-06-17 19:18 ` Edward Cree
  0 siblings, 1 reply; 2+ messages in thread
From: 13145886936 @ 2021-06-16  8:25 UTC (permalink / raw)
  To: davem, kuba; +Cc: linux-bluetooth, netdev, linux-kernel, gushengxian

From: gushengxian <gushengxian@yulong.com>

Fix a grammar mistake.

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

diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
index 98ec486743ba..a33838a72f19 100644
--- a/net/bluetooth/hci_event.c
+++ b/net/bluetooth/hci_event.c
@@ -5780,7 +5780,7 @@ static void hci_le_remote_feat_complete_evt(struct hci_dev *hdev,
 			 * for unsupported remote feature gets returned.
 			 *
 			 * In this specific case, allow the connection to
-			 * transition into connected state and mark it as
+			 * transit into connected state and mark it as
 			 * successful.
 			 */
 			if (!conn->out && ev->status == 0x1a &&
-- 
2.25.1



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

* Re: [PATCH] Bluetooth: fix a grammar mistake
  2021-06-16  8:25 [PATCH] Bluetooth: fix a grammar mistake 13145886936
@ 2021-06-17 19:18 ` Edward Cree
  0 siblings, 0 replies; 2+ messages in thread
From: Edward Cree @ 2021-06-17 19:18 UTC (permalink / raw)
  To: 13145886936, davem, kuba
  Cc: linux-bluetooth, netdev, linux-kernel, gushengxian

On 16/06/2021 09:25, 13145886936@163.com wrote:
> From: gushengxian <gushengxian@yulong.com>
> 
> Fix a grammar mistake.
> 
> Signed-off-by: gushengxian <gushengxian@yulong.com>
> ---
>  net/bluetooth/hci_event.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
> index 98ec486743ba..a33838a72f19 100644
> --- a/net/bluetooth/hci_event.c
> +++ b/net/bluetooth/hci_event.c
> @@ -5780,7 +5780,7 @@ static void hci_le_remote_feat_complete_evt(struct hci_dev *hdev,
>  			 * for unsupported remote feature gets returned.
>  			 *
>  			 * In this specific case, allow the connection to
> -			 * transition into connected state and mark it as
> +			 * transit into connected state and mark it as

Nack.  The original phrasing is correct; "transition" is the proper
 technical term for a change of state in a state machine.

-ed

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

end of thread, other threads:[~2021-06-17 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  8:25 [PATCH] Bluetooth: fix a grammar mistake 13145886936
2021-06-17 19:18 ` Edward Cree

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).