Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1583691 > unrolled thread

[PATCH] Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious"

Started byColin King <colin.king@canonical.com>
First post2017-02-17 21:00 +0100
Last post2017-02-18 22:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious" Colin King <colin.king@canonical.com> - 2017-02-17 21:00 +0100
    Re: [PATCH] Bluetooth: hci_qca: fix spelling mistake: "Spurrious" ->  "Spurious" Marcel Holtmann <marcel@holtmann.org> - 2017-02-18 22:30 +0100

#1583691 — [PATCH] Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious"

FromColin King <colin.king@canonical.com>
Date2017-02-17 21:00 +0100
Subject[PATCH] Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious"
Message-ID<tbWRd-72-33@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/bluetooth/hci_qca.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c
index 05c2307..f242dfd 100644
--- a/drivers/bluetooth/hci_qca.c
+++ b/drivers/bluetooth/hci_qca.c
@@ -335,7 +335,7 @@ static void hci_ibs_tx_idle_timeout(unsigned long arg)
 		/* Fall through */
 
 	default:
-		BT_ERR("Spurrious timeout tx state %d", qca->tx_ibs_state);
+		BT_ERR("Spurious timeout tx state %d", qca->tx_ibs_state);
 		break;
 	}
 
@@ -373,7 +373,7 @@ static void hci_ibs_wake_retrans_timeout(unsigned long arg)
 		/* Fall through */
 
 	default:
-		BT_ERR("Spurrious timeout tx state %d", qca->tx_ibs_state);
+		BT_ERR("Spurious timeout tx state %d", qca->tx_ibs_state);
 		break;
 	}
 
-- 
2.10.2

[toc] | [next] | [standalone]


#1584003 — Re: [PATCH] Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious"

FromMarcel Holtmann <marcel@holtmann.org>
Date2017-02-18 22:30 +0100
SubjectRe: [PATCH] Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious"
Message-ID<tckJQ-76Y-11@gated-at.bofh.it>
In reply to#1583691
Hi Colin,

> trivial fix to spelling mistake in error message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> drivers/bluetooth/hci_qca.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web