All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] Bluetooth: MGMT: Fix spelling mistake "simultanous" -> "simultaneous"
@ 2021-12-23  9:47 Colin Ian King
  0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2021-12-23  9:47 UTC (permalink / raw)
  To: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz,
	David S . Miller, Jakub Kicinski, linux-bluetooth, netdev
  Cc: kernel-janitors, linux-kernel

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-23  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-23  9:47 [PATCH][next] Bluetooth: MGMT: Fix spelling mistake "simultanous" -> "simultaneous" Colin Ian King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.