Skip to content

Commit

Permalink
Bluetooth: MGMT: Fix spelling mistake "simultanous" -> "simultaneous"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Luiz Augusto von Dentz committed Dec 23, 2021
1 parent cfb4c31 commit 5d1dd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5d1dd2e

Please sign in to comment.