aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorSean Wang <sean.wang@mediatek.com>2019-02-15 07:19:34 +0800
committerMarcel Holtmann <marcel@holtmann.org>2019-02-18 14:05:29 +0100
commitadf5d73056d185eff31a04aa91f5cb0a2ae22152 (patch)
tree7f8d3485141136146cd6bad47a0524cd5b83e9e2 /drivers/bluetooth
parentBluetooth: a2mp: Use struct_size() helper (diff)
downloadlinux-dev-adf5d73056d185eff31a04aa91f5cb0a2ae22152.tar.xz
linux-dev-adf5d73056d185eff31a04aa91f5cb0a2ae22152.zip
Bluetooth: mediatek: trivial typo fix
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btmtkuart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btmtkuart.c b/drivers/bluetooth/btmtkuart.c
index 4593baff2bc9..b8ea011b82d8 100644
--- a/drivers/bluetooth/btmtkuart.c
+++ b/drivers/bluetooth/btmtkuart.c
@@ -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.
*/