All of lore.kernel.org
 help / color / mirror / Atom feed
From: jagadish tirumala <t.jag587@gmail.com>
To: marcel@holtmann.org, johan.hedberg@gmail.com
Cc: linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org,
	trivial@kernel.org
Subject: PATCH fixed error space required before the open parenthesis
Date: Sat, 8 Sep 2018 04:18:07 -0700	[thread overview]
Message-ID: <20180908111807.GA1931@ubuntu> (raw)

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

Hi , I have fixed error space required before the open parenthesis in drivers/bluetooth/hci_serdev.c

[-- Attachment #2: 0001-fixed-error-space-required-before-the-open-parenthes.patch --]
[-- Type: text/x-diff, Size: 891 bytes --]

>From 084feec211eb99e6658d9ad11152406348716ced Mon Sep 17 00:00:00 2001
From: Jagdish Tirumala <t.jag587@gmail.com>
Date: Sat, 8 Sep 2018 03:36:34 -0700
Subject: [PATCH] fixed error space required before the open parenthesis

Signed-off-by: Jagdish Tirumala <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 aa2543b3c286..d41c520e8970 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.17.1


WARNING: multiple messages have this Message-ID (diff)
From: jagadish tirumala <t.jag587@gmail.com>
To: marcel@holtmann.org, johan.hedberg@gmail.com
Cc: linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org,
	trivial@kernel.org
Subject: PATCH fixed error space required before the open parenthesis
Date: Sat, 8 Sep 2018 04:18:07 -0700	[thread overview]
Message-ID: <20180908111807.GA1931@ubuntu> (raw)

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

Hi , I have fixed error space required before the open parenthesis in drivers/bluetooth/hci_serdev.c

[-- Attachment #2: 0001-fixed-error-space-required-before-the-open-parenthes.patch --]
[-- Type: text/x-diff, Size: 890 bytes --]

From 084feec211eb99e6658d9ad11152406348716ced Mon Sep 17 00:00:00 2001
From: Jagdish Tirumala <t.jag587@gmail.com>
Date: Sat, 8 Sep 2018 03:36:34 -0700
Subject: [PATCH] fixed error space required before the open parenthesis

Signed-off-by: Jagdish Tirumala <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 aa2543b3c286..d41c520e8970 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.17.1


             reply	other threads:[~2018-09-08 11:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-08 11:18 jagadish tirumala [this message]
2018-09-08 11:18 ` PATCH fixed error space required before the open parenthesis jagadish tirumala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180908111807.GA1931@ubuntu \
    --to=t.jag587@gmail.com \
    --cc=johan.hedberg@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel@holtmann.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.