diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-11-09 08:27:36 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2018-12-18 18:44:01 -0500 |
commit | 75edd1f2f916f06248cd6a6e8ea706b44431d3eb (patch) | |
tree | 1738ab3774cda4ae0688cd9444f2813823804baa /net/bluetooth/hci_request.c | |
parent | cba736465e5cbae22027789de748b8500e647555 (diff) |
Bluetooth: clean an indentation issue, remove extraneous space
Trivial fix to clean up an indentation issue
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/hci_request.c')
-rw-r--r-- | net/bluetooth/hci_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_request.c b/net/bluetooth/hci_request.c index e8c9ef1e1922..ca73d36cc149 100644 --- a/net/bluetooth/hci_request.c +++ b/net/bluetooth/hci_request.c | |||
@@ -1556,7 +1556,7 @@ int __hci_req_setup_ext_adv_instance(struct hci_request *req, u8 instance) | |||
1556 | connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || | 1556 | connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || |
1557 | mgmt_get_connectable(hdev); | 1557 | mgmt_get_connectable(hdev); |
1558 | 1558 | ||
1559 | if (!is_advertising_allowed(hdev, connectable)) | 1559 | if (!is_advertising_allowed(hdev, connectable)) |
1560 | return -EPERM; | 1560 | return -EPERM; |
1561 | 1561 | ||
1562 | /* Set require_privacy to true only when non-connectable | 1562 | /* Set require_privacy to true only when non-connectable |