diff options
author | Prasanna Karthik <mkarthi3@visteon.com> | 2015-09-15 08:19:45 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-09-17 07:20:07 -0400 |
commit | ce26d8137bc5c5b8371f91646bda969ed7f8b398 (patch) | |
tree | 9589a813faccddbc713a8503c4c8c0e35e6c64d1 | |
parent | 10bd9731cc7257a6f53c0a208003414d872d627e (diff) |
Bluetooth: hci_qca: Coding style clean up
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>
-rw-r--r-- | drivers/bluetooth/hci_qca.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c index a8aa077f4055..21f4ea4ce610 100644 --- a/drivers/bluetooth/hci_qca.c +++ b/drivers/bluetooth/hci_qca.c | |||
@@ -181,8 +181,8 @@ static void serial_clock_vote(unsigned long vote, struct hci_uart *hu) | |||
181 | else | 181 | else |
182 | __serial_clock_off(hu->tty); | 182 | __serial_clock_off(hu->tty); |
183 | 183 | ||
184 | BT_DBG("Vote serial clock %s(%s)", new_vote? "true" : "false", | 184 | BT_DBG("Vote serial clock %s(%s)", new_vote ? "true" : "false", |
185 | vote? "true" : "false"); | 185 | vote ? "true" : "false"); |
186 | 186 | ||
187 | diff = jiffies_to_msecs(jiffies - qca->vote_last_jif); | 187 | diff = jiffies_to_msecs(jiffies - qca->vote_last_jif); |
188 | 188 | ||
@@ -821,7 +821,7 @@ static struct sk_buff *qca_dequeue(struct hci_uart *hu) | |||
821 | 821 | ||
822 | static uint8_t qca_get_baudrate_value(int speed) | 822 | static uint8_t qca_get_baudrate_value(int speed) |
823 | { | 823 | { |
824 | switch(speed) { | 824 | switch (speed) { |
825 | case 9600: | 825 | case 9600: |
826 | return QCA_BAUDRATE_9600; | 826 | return QCA_BAUDRATE_9600; |
827 | case 19200: | 827 | case 19200: |