* [PATCH] Bluetooth:hci_ldisc: Cleaned up coding style warnings
@ 2015-07-23 11:08 Mutharaju, Prasanna (P.)
2015-07-27 7:31 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Mutharaju, Prasanna (P.) @ 2015-07-23 11:08 UTC (permalink / raw)
To: Marcel Holtmann, Gustavo Padovan, Johan Hedberg
Cc: linux-bluetooth@vger.kernel.org
From: Prasanna Karthik <mkarthi3@visteon.com>
Fix for Cleanpatch warning:
Space prohibited between function name and open parenthesis '('
Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
---
drivers/bluetooth/hci_ldisc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c
index 177dd69..f190f98 100644
--- a/drivers/bluetooth/hci_ldisc.c
+++ b/drivers/bluetooth/hci_ldisc.c
@@ -770,7 +770,7 @@ static int __init hci_uart_init(void)
=20
/* Register the tty discipline */
=20
- memset(&hci_uart_ldisc, 0, sizeof (hci_uart_ldisc));
+ memset(&hci_uart_ldisc, 0, sizeof(hci_uart_ldisc));
hci_uart_ldisc.magic =3D TTY_LDISC_MAGIC;
hci_uart_ldisc.name =3D "n_hci";
hci_uart_ldisc.open =3D hci_uart_tty_open;
--=20
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Bluetooth:hci_ldisc: Cleaned up coding style warnings
2015-07-23 11:08 [PATCH] Bluetooth:hci_ldisc: Cleaned up coding style warnings Mutharaju, Prasanna (P.)
@ 2015-07-27 7:31 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2015-07-27 7:31 UTC (permalink / raw)
To: Mutharaju, Prasanna (P.); +Cc: Marcel Holtmann, linux-bluetooth@vger.kernel.org
Hi Prasanna,
On Thu, Jul 23, 2015, Mutharaju, Prasanna (P.) wrote:
> From: Prasanna Karthik <mkarthi3@visteon.com>
>
> Fix for Cleanpatch warning:
> Space prohibited between function name and open parenthesis '('
>
> Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
> ---
> drivers/bluetooth/hci_ldisc.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied to bluetooth-next. Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-27 7:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 11:08 [PATCH] Bluetooth:hci_ldisc: Cleaned up coding style warnings Mutharaju, Prasanna (P.)
2015-07-27 7:31 ` Johan Hedberg
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).