forked from Minki/linux
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>
This commit is contained in:
parent
cfb4c313be
commit
5d1dd2e5a6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user