OSDN Git Service

Bluetooth: hci_h4: Fix a typo in a comment
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 28 Feb 2020 05:02:44 +0000 (06:02 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 28 Feb 2020 07:42:58 +0000 (08:42 +0100)
'transmittion' should be 'transmission'

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_h4.c

index 6dc1fbe..94baa56 100644 (file)
@@ -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;