From: Colin Ian King Date: Fri, 9 Nov 2018 13:27:36 +0000 (+0000) Subject: Bluetooth: clean an indentation issue, remove extraneous space X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=75edd1f2f916f06248cd6a6e8ea706b44431d3eb;p=openwrt%2Fstaging%2Fblogic.git Bluetooth: clean an indentation issue, remove extraneous space Trivial fix to clean up an indentation issue Signed-off-by: Colin Ian King Signed-off-by: Marcel Holtmann --- 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