]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Bluetooth: fix spelling mistake: "advetising" -> "advertising"
authorColin Ian King <colin.king@canonical.com>
Wed, 28 Dec 2016 21:17:54 +0000 (21:17 +0000)
committerMarcel 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

index e17aacbc563096d539552e1be3e34299098f49e3..0b4dba08a14ec584f5c4fd84e42e21866efa360c 100644 (file)
@@ -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 advertising packet type: 0x%02x",
                                   type);
                return;
        }