summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2014-10-28 00:12:20 -0400
committerMarcel Holtmann <marcel@holtmann.org>2014-10-28 12:23:58 -0400
commit49c922bb1ec01ac3a98e5881f6c85ea7ef52d53f (patch)
tree5a8b97cade928284128b218b87370ab93e88091c /net/bluetooth/smp.c
parentdf092306d688438b39f7d433f24e091fa387afaf (diff)
Bluetooth: spelling fixes
Fix spelling errors in comments. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/smp.c')
-rw-r--r--net/bluetooth/smp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bluetooth/smp.c b/net/bluetooth/smp.c
index fea3782989f4..3ebf65b50881 100644
--- a/net/bluetooth/smp.c
+++ b/net/bluetooth/smp.c
@@ -964,7 +964,7 @@ static u8 smp_cmd_pairing_req(struct l2cap_conn *conn, struct sk_buff *skb)
964 if (sec_level > conn->hcon->pending_sec_level) 964 if (sec_level > conn->hcon->pending_sec_level)
965 conn->hcon->pending_sec_level = sec_level; 965 conn->hcon->pending_sec_level = sec_level;
966 966
967 /* If we need MITM check that it can be acheived */ 967 /* If we need MITM check that it can be achieved */
968 if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) { 968 if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) {
969 u8 method; 969 u8 method;
970 970
@@ -1022,7 +1022,7 @@ static u8 smp_cmd_pairing_rsp(struct l2cap_conn *conn, struct sk_buff *skb)
1022 1022
1023 auth = rsp->auth_req & AUTH_REQ_MASK; 1023 auth = rsp->auth_req & AUTH_REQ_MASK;
1024 1024
1025 /* If we need MITM check that it can be acheived */ 1025 /* If we need MITM check that it can be achieved */
1026 if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) { 1026 if (conn->hcon->pending_sec_level >= BT_SECURITY_HIGH) {
1027 u8 method; 1027 u8 method;
1028 1028