diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-07-01 17:14:46 -0400 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2013-07-25 09:15:21 -0400 |
commit | 637b4caeedde9b926de6e66d68d0951b0f0c83ef (patch) | |
tree | be7cd87086d8efdc56a14fe08d389c18c8e49df0 /net | |
parent | 72bb2f2678878dd4a758e628957f29ce28000d88 (diff) |
Bluetooth: Fix simple whitespace vs tab style issue
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'net')
-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 e3a349977595..b821b199b333 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c | |||
@@ -605,7 +605,7 @@ static void hci_init3_req(struct hci_request *req, unsigned long opt) | |||
605 | * as supported send it. If not supported assume that the controller | 605 | * as supported send it. If not supported assume that the controller |
606 | * does not have actual support for stored link keys which makes this | 606 | * does not have actual support for stored link keys which makes this |
607 | * command redundant anyway. | 607 | * command redundant anyway. |
608 | */ | 608 | */ |
609 | if (hdev->commands[6] & 0x80) { | 609 | if (hdev->commands[6] & 0x80) { |
610 | struct hci_cp_delete_stored_link_key cp; | 610 | struct hci_cp_delete_stored_link_key cp; |
611 | 611 | ||