Bluetooth: Fix minor coding style issue in set_connectable()
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 14 Oct 2013 23:38:45 +0000 (16:38 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 15 Oct 2013 08:27:17 +0000 (11:27 +0300)
There is a minor coding style violation and so just fix it. No actual
logic has changed.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/mgmt.c

index 861e389f4b4c4282162819a90b90e1346fb7f3ac..c071708aac24bc5f9987cde6760c5e37021bba93 100644 (file)
@@ -1264,14 +1264,13 @@ static int set_connectable(struct sock *sk, struct hci_dev *hdev, void *data,
 
        if (test_bit(HCI_BREDR_ENABLED, &hdev->dev_flags) &&
            cp->val != test_bit(HCI_PSCAN, &hdev->flags)) {
-
                if (cp->val) {
                        scan = SCAN_PAGE;
                } else {
                        scan = 0;
 
                        if (test_bit(HCI_ISCAN, &hdev->flags) &&
-                                       hdev->discov_timeout > 0)
+                           hdev->discov_timeout > 0)
                                cancel_delayed_work(&hdev->discov_off);
                }