2015-09-15 12:19:45

by Mutharaju, Prasanna (P.)

[permalink] [raw]
Subject: [PATCH] Bluetooth:hci_qua: Coding style clean up

From: Prasanna Karthik <[email protected]>

Cleanup patch to fix spaces required reported by checkpatch

Signed-off-by: Prasanna Karthik <[email protected]>
---
drivers/bluetooth/hci_qca.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c
index a8aa077..21f4ea4 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, struc=
t 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 =3D jiffies_to_msecs(jiffies - qca->vote_last_jif);

@@ -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:
--
1.9.1


2015-09-16 02:29:31

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth:hci_qua: Coding style clean up

Hi Prasanna,

> Cleanup patch to fix spaces required reported by checkpatch
>
> Signed-off-by: Prasanna Karthik <[email protected]>
> ---
> drivers/bluetooth/hci_qca.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel