diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-09-17 21:35:18 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-18 14:12:43 -0700 |
commit | bb6d6895e2f90aaffe8568ff3e7612ca1b5a5f93 (patch) | |
tree | f80d0130e2e51963384295ae255eb3412d321c33 /net/bluetooth/hci_core.c | |
parent | 634a63e73f059439bb44d1c26ba742ee6311957e (diff) | |
download | linux-stable-bb6d6895e2f90aaffe8568ff3e7612ca1b5a5f93.tar.gz linux-stable-bb6d6895e2f90aaffe8568ff3e7612ca1b5a5f93.tar.bz2 linux-stable-bb6d6895e2f90aaffe8568ff3e7612ca1b5a5f93.zip |
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_core.c')
-rw-r--r-- | net/bluetooth/hci_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index 68bfe57b6625..b0209e35284a 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c @@ -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. |