net: bluetooth: delete duplicated words
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 18 Sep 2020 04:35:18 +0000 (21:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Sep 2020 21:12:43 +0000 (14:12 -0700)
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>
net/bluetooth/hci_conn.c
net/bluetooth/hci_core.c

index 9832f84..d0c1024 100644 (file)
@@ -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);
index 68bfe57..b0209e3 100644 (file)
@@ -808,7 +808,7 @@ static int hci_init4_req(struct hci_request *req, unsigned long opt)
         * Delete Stored Link Key command. They are clearly indicating its
         * absence in the bit mask of supported commands.
         *
-        * Check the supported commands and only if the the command is marked
+        * Check the supported commands and only if the command is marked
         * as supported send it. If not supported assume that the controller
         * does not have actual support for stored link keys which makes this
         * command redundant anyway.