aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
authorFlorian Grandel <fgrandel@gmail.com>2015-05-25 21:31:09 -0400
committerMarcel Holtmann <marcel@holtmann.org>2015-05-25 21:57:56 -0400
commitf72186d22aad44100e2dd17ccdcf13c4418ec3cb (patch)
tree61793a46de10ae83f8ef9af6a264a8ef8c8fe70f /net/bluetooth/mgmt.c
parent04b8c8143d46453a443ac32bfcd76ec952605765 (diff)
Bluetooth: mgmt: fix typos
A few comments had minor typos. These are being fixed. Signed-off-by: Florian Grandel <fgrandel@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r--net/bluetooth/mgmt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 7fd87e7135b5..a6f21f8c2f98 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -7577,7 +7577,7 @@ void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent)
7577 memset(&ev, 0, sizeof(ev)); 7577 memset(&ev, 0, sizeof(ev));
7578 7578
7579 /* Devices using resolvable or non-resolvable random addresses 7579 /* Devices using resolvable or non-resolvable random addresses
7580 * without providing an indentity resolving key don't require 7580 * without providing an identity resolving key don't require
7581 * to store long term keys. Their addresses will change the 7581 * to store long term keys. Their addresses will change the
7582 * next time around. 7582 * next time around.
7583 * 7583 *
@@ -7617,7 +7617,7 @@ void mgmt_new_irk(struct hci_dev *hdev, struct smp_irk *irk)
7617 /* For identity resolving keys from devices that are already 7617 /* For identity resolving keys from devices that are already
7618 * using a public address or static random address, do not 7618 * using a public address or static random address, do not
7619 * ask for storing this key. The identity resolving key really 7619 * ask for storing this key. The identity resolving key really
7620 * is only mandatory for devices using resovlable random 7620 * is only mandatory for devices using resolvable random
7621 * addresses. 7621 * addresses.
7622 * 7622 *
7623 * Storing all identity resolving keys has the downside that 7623 * Storing all identity resolving keys has the downside that
@@ -7646,7 +7646,7 @@ void mgmt_new_csrk(struct hci_dev *hdev, struct smp_csrk *csrk,
7646 memset(&ev, 0, sizeof(ev)); 7646 memset(&ev, 0, sizeof(ev));
7647 7647
7648 /* Devices using resolvable or non-resolvable random addresses 7648 /* Devices using resolvable or non-resolvable random addresses
7649 * without providing an indentity resolving key don't require 7649 * without providing an identity resolving key don't require
7650 * to store signature resolving keys. Their addresses will change 7650 * to store signature resolving keys. Their addresses will change
7651 * the next time around. 7651 * the next time around.
7652 * 7652 *