diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-04-23 10:50:22 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2019-04-23 12:09:08 -0400 |
commit | 98df7446c2a2fcc62a605da054ccc0accda1a6a9 (patch) | |
tree | 1835bb2e1c47a1d30bbe3c55997214dd60ededb4 /drivers/bluetooth | |
parent | cac63f9b163700fb70a609ad220697c61b797d6b (diff) |
Bluetooth: hci_h5: fix spelling mistake "sliped" -> "slipped"
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/hci_h5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_h5.c b/drivers/bluetooth/hci_h5.c index 069d1c8fde73..3f02ae560120 100644 --- 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) | |||
536 | skb_put_data(h5->rx_skb, byte, 1); | 536 | skb_put_data(h5->rx_skb, byte, 1); |
537 | h5->rx_pending--; | 537 | h5->rx_pending--; |
538 | 538 | ||
539 | BT_DBG("unsliped 0x%02hhx, rx_pending %zu", *byte, h5->rx_pending); | 539 | BT_DBG("unslipped 0x%02hhx, rx_pending %zu", *byte, h5->rx_pending); |
540 | } | 540 | } |
541 | 541 | ||
542 | static void h5_reset_rx(struct h5 *h5) | 542 | static void h5_reset_rx(struct h5 *h5) |