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>
This commit is contained in:
committed by
Marcel Holtmann
parent
cba736465e
commit
75edd1f2f9
@@ -1556,7 +1556,7 @@ int __hci_req_setup_ext_adv_instance(struct hci_request *req, u8 instance)
|
|||||||
connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) ||
|
connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) ||
|
||||||
mgmt_get_connectable(hdev);
|
mgmt_get_connectable(hdev);
|
||||||
|
|
||||||
if (!is_advertising_allowed(hdev, connectable))
|
if (!is_advertising_allowed(hdev, connectable))
|
||||||
return -EPERM;
|
return -EPERM;
|
||||||
|
|
||||||
/* Set require_privacy to true only when non-connectable
|
/* Set require_privacy to true only when non-connectable
|
||||||
|
|||||||
Reference in New Issue
Block a user