Bluetooth: mgmt: Fix some code style and indentation issues
Signed-off-by: Szymon Janc <szymon.janc@tieto.com> Acked-by: Gustavo Padovan <gustavo@padovan.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
committed by
Gustavo Padovan
parent
c9ecc48e2f
commit
d97dcb6600
@@ -3466,8 +3466,8 @@ int mgmt_le_enable_complete(struct hci_dev *hdev, u8 enable, u8 status)
|
|||||||
&hdev->dev_flags))
|
&hdev->dev_flags))
|
||||||
err = new_settings(hdev, NULL);
|
err = new_settings(hdev, NULL);
|
||||||
|
|
||||||
mgmt_pending_foreach(MGMT_OP_SET_LE, hdev,
|
mgmt_pending_foreach(MGMT_OP_SET_LE, hdev, cmd_status_rsp,
|
||||||
cmd_status_rsp, &mgmt_err);
|
&mgmt_err);
|
||||||
|
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user