]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Bluetooth: mediatek: trivial typo fix
authorSean Wang <sean.wang@mediatek.com>
Thu, 14 Feb 2019 23:19:34 +0000 (07:19 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 18 Feb 2019 13:05:29 +0000 (14:05 +0100)
add a trivial typo fix from speicfic to specific

Fixes: 7237c4c9ec92 ("Bluetooth: mediatek: Add protocol support for MediaTek serial devices")
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btmtkuart.c

index 4593baff2bc944f5a003bb666520062f768f52e5..b8ea011b82d8b774e80d4b27690ead786643f050 100644 (file)
@@ -107,7 +107,7 @@ static int mtk_hci_wmt_sync(struct hci_dev *hdev, u8 op, u8 flag, u16 plen,
         * Complete as with usual HCI command flow control.
         *
         * After sending the command, wait for BTMTKUART_TX_WAIT_VND_EVT
-        * state to be cleared. The driver speicfic event receive routine
+        * state to be cleared. The driver specific event receive routine
         * will clear that state and with that indicate completion of the
         * WMT command.
         */