Commit ea9ed991 authored by Jagdish Tirumala's avatar Jagdish Tirumala Committed by Marcel Holtmann

Bluetooth: hci_serdev: Fixed error space required before open paranethesis

Fixed error in space required before paranthesis
in drivers/bluetooth/hci_serdev.c
Signed-off-by: default avatarJagdish Tirumala <t.jag587@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent b950aa88
......@@ -95,7 +95,7 @@ static void hci_uart_write_work(struct work_struct *work)
hci_uart_tx_complete(hu, hci_skb_pkt_type(skb));
kfree_skb(skb);
}
} while(test_bit(HCI_UART_TX_WAKEUP, &hu->tx_state));
} while (test_bit(HCI_UART_TX_WAKEUP, &hu->tx_state));
clear_bit(HCI_UART_SENDING, &hu->tx_state);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment