Lee, Chun-Yi ec0277
From: Colin Ian King <colin.i.king@gmail.com>
Lee, Chun-Yi ec0277
Date: Thu, 23 Dec 2021 09:47:17 +0000
Lee, Chun-Yi ec0277
Subject: Bluetooth: MGMT: Fix spelling mistake "simultanous" -> "simultaneous"
Lee, Chun-Yi ec0277
Patch-mainline: v5.17-rc1
Lee, Chun-Yi ec0277
Git-commit: 5d1dd2e5a681b126a04192e37abb2011c2fb719c
Lee, Chun-Yi ec0277
References: jsc#PED-1407
Lee, Chun-Yi ec0277
Lee, Chun-Yi ec0277
There is a spelling mistake in a bt_dev_info message. Fix it.
Lee, Chun-Yi ec0277
Lee, Chun-Yi ec0277
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Lee, Chun-Yi ec0277
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Lee, Chun-Yi ec0277
Acked-by: Lee, Chun-Yi <jlee@suse.com>
Lee, Chun-Yi ec0277
---
Lee, Chun-Yi ec0277
 net/bluetooth/mgmt.c |    2 +-
Lee, Chun-Yi ec0277
 1 file changed, 1 insertion(+), 1 deletion(-)
Lee, Chun-Yi ec0277
Lee, Chun-Yi ec0277
--- a/net/bluetooth/mgmt.c
Lee, Chun-Yi ec0277
+++ b/net/bluetooth/mgmt.c
Lee, Chun-Yi ec0277
@@ -4335,7 +4335,7 @@ static int set_le_simultaneous_roles_fun
Lee, Chun-Yi ec0277
 			hci_dev_clear_flag(hdev, HCI_LE_SIMULTANEOUS_ROLES);
Lee, Chun-Yi ec0277
 	}
Lee, Chun-Yi ec0277
 
Lee, Chun-Yi ec0277
-	bt_dev_info(hdev, "LE simultanous roles enable %d changed %d",
Lee, Chun-Yi ec0277
+	bt_dev_info(hdev, "LE simultaneous roles enable %d changed %d",
Lee, Chun-Yi ec0277
 		    val, changed);
Lee, Chun-Yi ec0277
 
Lee, Chun-Yi ec0277
 	memcpy(rp.uuid, le_simultaneous_roles_uuid, 16);