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:
cac63f9
)
Bluetooth: hci_h5: fix spelling mistake "sliped" -> "slipped"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 23 Apr 2019 14:50:22 +0000
(15:50 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 23 Apr 2019 16:09:08 +0000
(18:09 +0200)
There is a spelling mistake in a BT_DBG debug message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_h5.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_h5.c
b/drivers/bluetooth/hci_h5.c
index 069d1c8fde73e70c04d5e1690c5bc79ba509f2e9..3f02ae5601202c73a62df5a62eb8d145d427548c 100644
(file)
--- a/
drivers/bluetooth/hci_h5.c
+++ b/
drivers/bluetooth/hci_h5.c
@@
-536,7
+536,7
@@
static void h5_unslip_one_byte(struct h5 *h5, unsigned char c)
skb_put_data(h5->rx_skb, byte, 1);
h5->rx_pending--;
- BT_DBG("unsliped 0x%02hhx, rx_pending %zu", *byte, h5->rx_pending);
+ BT_DBG("unslip
p
ed 0x%02hhx, rx_pending %zu", *byte, h5->rx_pending);
}
static void h5_reset_rx(struct h5 *h5)