diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2020-02-28 06:02:44 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2020-02-28 08:42:58 +0100 |
commit | 6bd023c48f61fea7dd6f3c78c8954ebad2ecebc1 (patch) | |
tree | 5992b82337c7ebd656b01fe99d021c5f263e0916 /drivers/bluetooth | |
parent | c3bed4de5d0671426d047d9b58b140d6a9114c83 (diff) | |
download | linux-6bd023c48f61fea7dd6f3c78c8954ebad2ecebc1.tar.bz2 |
Bluetooth: hci_h4: Fix a typo in a comment
'transmittion' should be 'transmission'
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/hci_h4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_h4.c b/drivers/bluetooth/hci_h4.c index 6dc1fbeb564b..94baa56b9f50 100644 --- a/drivers/bluetooth/hci_h4.c +++ b/drivers/bluetooth/hci_h4.c @@ -85,7 +85,7 @@ static int h4_close(struct hci_uart *hu) return 0; } -/* Enqueue frame for transmittion (padding, crc, etc) */ +/* Enqueue frame for transmission (padding, crc, etc) */ static int h4_enqueue(struct hci_uart *hu, struct sk_buff *skb) { struct h4_struct *h4 = hu->priv; |