aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-12-28 16:17:54 -0500
committerMarcel Holtmann <marcel@holtmann.org>2017-02-16 11:39:35 -0500
commit27d1c469a5d3a104fc5a9313dac84e726f8f3de9 (patch)
tree69172b58c1d807b27e564e7344cc2a98eab80c0d
parenta9a4840dc43c978b2978b37ed1737c385a33b410 (diff)
Bluetooth: fix spelling mistake: "advetising" -> "advertising"
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>
-rw-r--r--net/bluetooth/hci_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
index e17aacbc5630..0b4dba08a14e 100644
--- 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,
4749 case LE_ADV_SCAN_RSP: 4749 case LE_ADV_SCAN_RSP:
4750 break; 4750 break;
4751 default: 4751 default:
4752 BT_ERR_RATELIMITED("Unknown advetising packet type: 0x%02x", 4752 BT_ERR_RATELIMITED("Unknown advertising packet type: 0x%02x",
4753 type); 4753 type);
4754 return; 4754 return;
4755 } 4755 }