Skip to content

Commit

Permalink
Bluetooth: hci_h4: Fix a typo in a comment
Browse files Browse the repository at this point in the history
'transmittion' should be 'transmission'

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Christophe JAILLET authored and Marcel Holtmann committed Feb 28, 2020
1 parent c3bed4d commit 6bd023c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bluetooth/hci_h4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6bd023c

Please sign in to comment.