diff mbox series

[next] Bluetooth: MGMT: Fix spelling mistake "simultanous" -> "simultaneous"

Message ID 20211223094717.1310828-1-colin.i.king@gmail.com (mailing list archive)
State Awaiting Upstream
Delegated to: Netdev Maintainers
Headers show
Series [next] Bluetooth: MGMT: Fix spelling mistake "simultanous" -> "simultaneous" | expand

Checks

Context Check Description
netdev/tree_selection success Guessing tree name failed - patch did not apply

Commit Message

Colin Ian King Dec. 23, 2021, 9:47 a.m. UTC
There is a spelling mistake in a bt_dev_info message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 net/bluetooth/mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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);