projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfb4c31
)
Bluetooth: MGMT: Fix spelling mistake "simultanous" -> "simultaneous"
author
Colin Ian King
<colin.i.king@gmail.com>
Thu, 23 Dec 2021 09:47:17 +0000
(09:47 +0000)
committer
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Thu, 23 Dec 2021 19:39:59 +0000
(11:39 -0800)
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>
net/bluetooth/mgmt.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/mgmt.c
b/net/bluetooth/mgmt.c
index 6f192efd9da0eac4330b8cadac506f970f2dc290..37087cf7dc5aff20fa0ce69242f28cfee8203d8f 100644
(file)
--- 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 simultan
e
ous roles enable %d changed %d",
val, changed);
memcpy(rp.uuid, le_simultaneous_roles_uuid, 16);