projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d1c46
)
Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 17 Feb 2017 19:58:10 +0000
(19:58 +0000)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 18 Feb 2017 19:09:47 +0000
(20:09 +0100)
trivial fix to spelling mistake in error message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_qca.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_qca.c
b/drivers/bluetooth/hci_qca.c
index 05c230719a478a0d2df7c1e03dc2cb0e2f700307..f242dfd0c2e2b66d95c013c046efe86cea8a9220 100644
(file)
--- 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("Spur
r
ious 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("Spur
r
ious timeout tx state %d", qca->tx_ibs_state);
+ BT_ERR("Spurious timeout tx state %d", qca->tx_ibs_state);
break;
}