[PATCH] Bluetooth: clean an indentation issue, remove extraneous space

From: Colin King
Date: Fri Nov 09 2018 - 08:27:56 EST


From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Trivial fix to clean up an indentation issue

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
net/bluetooth/hci_request.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.19.1