aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2021-12-23 09:47:17 +0000
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-12-23 11:39:59 -0800
commit5d1dd2e5a681b126a04192e37abb2011c2fb719c (patch)
tree70b073ad3af5d731cb3eed9e0a6f44f0e96cb002 /net/bluetooth
parentBluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATES (diff)
downloadlinux-dev-5d1dd2e5a681b126a04192e37abb2011c2fb719c.tar.xz
linux-dev-5d1dd2e5a681b126a04192e37abb2011c2fb719c.zip
Bluetooth: MGMT: Fix spelling mistake "simultanous" -> "simultaneous"
There is a spelling mistake in a bt_dev_info message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'net/bluetooth')
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 6f192efd9da0..37087cf7dc5a 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -4335,7 +4335,7 @@ static int set_le_simultaneous_roles_func(struct sock *sk, struct hci_dev *hdev,
hci_dev_clear_flag(hdev, HCI_LE_SIMULTANEOUS_ROLES);
}
- bt_dev_info(hdev, "LE simultanous roles enable %d changed %d",
+ bt_dev_info(hdev, "LE simultaneous roles enable %d changed %d",
val, changed);
memcpy(rp.uuid, le_simultaneous_roles_uuid, 16);