Skip to content

Commit

Permalink
Bluetooth: hci_qca: Coding style clean up
Browse files Browse the repository at this point in the history
Cleanup patch to fix spaces required reported by checkpatch

Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Prasanna Karthik authored and Marcel Holtmann committed Sep 17, 2015
1 parent 10bd973 commit ce26d81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/bluetooth/hci_qca.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ static void serial_clock_vote(unsigned long vote, struct hci_uart *hu)
else
__serial_clock_off(hu->tty);

BT_DBG("Vote serial clock %s(%s)", new_vote? "true" : "false",
vote? "true" : "false");
BT_DBG("Vote serial clock %s(%s)", new_vote ? "true" : "false",
vote ? "true" : "false");

diff = jiffies_to_msecs(jiffies - qca->vote_last_jif);

Expand Down Expand Up @@ -821,7 +821,7 @@ static struct sk_buff *qca_dequeue(struct hci_uart *hu)

static uint8_t qca_get_baudrate_value(int speed)
{
switch(speed) {
switch (speed) {
case 9600:
return QCA_BAUDRATE_9600;
case 19200:
Expand Down

0 comments on commit ce26d81

Please sign in to comment.