summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-09-17 21:35:18 -0700
committerDavid S. Miller <davem@davemloft.net>2020-09-18 14:12:43 -0700
commitbb6d6895e2f90aaffe8568ff3e7612ca1b5a5f93 (patch)
treef80d0130e2e51963384295ae255eb3412d321c33 /net/bluetooth/hci_conn.c
parent634a63e73f059439bb44d1c26ba742ee6311957e (diff)
downloadlinux-bb6d6895e2f90aaffe8568ff3e7612ca1b5a5f93.tar.bz2
net: bluetooth: delete duplicated words
Drop repeated words in net/bluetooth/. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bluetooth/hci_conn.c')
-rw-r--r--net/bluetooth/hci_conn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c
index 9832f8445d43..d0c1024bf600 100644
--- a/net/bluetooth/hci_conn.c
+++ b/net/bluetooth/hci_conn.c
@@ -1388,7 +1388,7 @@ static int hci_conn_auth(struct hci_conn *conn, __u8 sec_level, __u8 auth_type)
return 0;
}
-/* Encrypt the the link */
+/* Encrypt the link */
static void hci_conn_encrypt(struct hci_conn *conn)
{
BT_DBG("hcon %p", conn);