projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cba7364
)
Bluetooth: clean an indentation issue, remove extraneous space
author
Colin Ian King
<colin.king@canonical.com>
Fri, 9 Nov 2018 13:27:36 +0000
(13:27 +0000)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 18 Dec 2018 23:44:01 +0000
(
00:44
+0100)
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>
net/bluetooth/hci_request.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/hci_request.c
b/net/bluetooth/hci_request.c
index e8c9ef1e19227329c84565dca26a464c53fc0419..ca73d36cc149460e8d3eb08b9b291b1a7a396ef3 100644
(file)
--- 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