提交 27d1c469 编写于 作者: C Colin Ian King 提交者: Marcel Holtmann

Bluetooth: fix spelling mistake: "advetising" -> "advertising"

trivial fix to spelling mistake in BT_ERR_RATELIMITED error message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 a9a4840d
...@@ -4749,7 +4749,7 @@ static void process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr, ...@@ -4749,7 +4749,7 @@ static void process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr,
case LE_ADV_SCAN_RSP: case LE_ADV_SCAN_RSP:
break; break;
default: default:
BT_ERR_RATELIMITED("Unknown advetising packet type: 0x%02x", BT_ERR_RATELIMITED("Unknown advertising packet type: 0x%02x",
type); type);
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册