projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9a4840
)
Bluetooth: fix spelling mistake: "advetising" -> "advertising"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 28 Dec 2016 21:17:54 +0000
(21:17 +0000)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 16 Feb 2017 16:39:35 +0000
(17:39 +0100)
trivial fix to spelling mistake in BT_ERR_RATELIMITED error message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_event.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/hci_event.c
b/net/bluetooth/hci_event.c
index e17aacbc563096d539552e1be3e34299098f49e3..0b4dba08a14ec584f5c4fd84e42e21866efa360c 100644
(file)
--- a/
net/bluetooth/hci_event.c
+++ b/
net/bluetooth/hci_event.c
@@
-4749,7
+4749,7
@@
static void process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr,
case LE_ADV_SCAN_RSP:
break;
default:
- BT_ERR_RATELIMITED("Unknown advetising packet type: 0x%02x",
+ BT_ERR_RATELIMITED("Unknown adve
r
tising packet type: 0x%02x",
type);
return;
}