diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-11-09 13:27:36 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2018-12-19 00:44:01 +0100 |
commit | 75edd1f2f916f06248cd6a6e8ea706b44431d3eb (patch) | |
tree | 1738ab3774cda4ae0688cd9444f2813823804baa | |
parent | cba736465e5cbae22027789de748b8500e647555 (diff) | |
download | linux-75edd1f2f916f06248cd6a6e8ea706b44431d3eb.tar.bz2 |
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>
-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) connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || mgmt_get_connectable(hdev); - if (!is_advertising_allowed(hdev, connectable)) + if (!is_advertising_allowed(hdev, connectable)) return -EPERM; /* Set require_privacy to true only when non-connectable |