linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH fixed coding style error in drivers/bluetooth/hci_serdev.c
@ 2018-06-11 15:11 jagadish tirumala
  0 siblings, 0 replies; only message in thread
From: jagadish tirumala @ 2018-06-11 15:11 UTC (permalink / raw)
  To: marcel, johan.hedberg, linux-bluetooth

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

HI , This is Jagdish , I have fixed a coding style ERROR: space required
before the open parenthesis in drivers/bluetooth/hci_serdev.c , please
have a look

Jagdish



[-- Attachment #2: 0001-fixed-coding-style-error.patch --]
[-- Type: text/x-patch, Size: 844 bytes --]

>From 3c3e844d0f0ba49a6d40a7265548f81316f756e4 Mon Sep 17 00:00:00 2001
From: Jagdish587 <t.jag587@gmail.com>
Date: Sun, 10 Jun 2018 04:15:53 -0700
Subject: [PATCH 1/1] fixed coding style error

Signed-off-by: Jagdish587 <t.jag587@gmail.com>
---
 drivers/bluetooth/hci_serdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bluetooth/hci_serdev.c b/drivers/bluetooth/hci_serdev.c
index aa2543b..d41c520 100644
--- a/drivers/bluetooth/hci_serdev.c
+++ b/drivers/bluetooth/hci_serdev.c
@@ -94,7 +94,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);
 }
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-11 15:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-11 15:11 PATCH fixed coding style error in drivers/bluetooth/hci_serdev.c jagadish tirumala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).