projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fedd3b
)
Bluetooth: fixing minor typo in comment
author
Alain Michaud
<alainm@chromium.org>
Fri, 3 Apr 2020 13:49:05 +0000
(13:49 +0000)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 3 Apr 2020 13:49:56 +0000
(15:49 +0200)
This changes a simple typo in hci_event.c
Signed-off-by: Alain Michaud <alainm@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_event.c
patch
|
blob
|
blame
|
history
diff --git
a/net/bluetooth/hci_event.c
b/net/bluetooth/hci_event.c
index 0a591be8b0ae2cacde155e2d07161e4779bb0cde..ddf77304aa8efb5fb0235489b93c8ba1ce51db2e 100644
(file)
--- a/
net/bluetooth/hci_event.c
+++ b/
net/bluetooth/hci_event.c
@@
-5269,7
+5269,7
@@
static struct hci_conn *check_pending_le_conn(struct hci_dev *hdev,
case HCI_AUTO_CONN_ALWAYS:
/* Devices advertising with ADV_IND or ADV_DIRECT_IND
* are triggering a connection attempt. This means
- * that incoming connectio
m
s from slave device are
+ * that incoming connectio
n
s from slave device are
* accepted and also outgoing connections to slave
* devices are established when found.
*/