From: Alain Michaud Date: Fri, 3 Apr 2020 13:49:05 +0000 (+0000) Subject: Bluetooth: fixing minor typo in comment X-Git-Tag: v5.8-rc1~165^2~503^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e5479be46a70389e1059818a2e9358858eaa5fc;p=thirdparty%2Fkernel%2Flinux.git Bluetooth: fixing minor typo in comment This changes a simple typo in hci_event.c Signed-off-by: Alain Michaud Signed-off-by: Marcel Holtmann --- diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index 0a591be8b0ae2..ddf77304aa8ef 100644 --- 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 connectioms from slave device are + * that incoming connections from slave device are * accepted and also outgoing connections to slave * devices are established when found. */