* [PATCH] Bluetooth:hci_h5: Cleaned up coding style warnings
@ 2015-07-23 11:22 Mutharaju, Prasanna (P.)
2015-07-27 7:32 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Mutharaju, Prasanna (P.) @ 2015-07-23 11:22 UTC (permalink / raw)
To: Marcel Holtmann, Gustavo Padovan, Johan Hedberg
Cc: linux-bluetooth@vger.kernel.org
From: Prasanna Karthik <mkarthi3@visteon.com>
Cleanedup "Unnecessary space before function pointer arguments" warning
reported by Checkpatch
Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
---
drivers/bluetooth/hci_h5.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/bluetooth/hci_h5.c b/drivers/bluetooth/hci_h5.c
index 3455cec..b35b238 100644
--- a/drivers/bluetooth/hci_h5.c
+++ b/drivers/bluetooth/hci_h5.c
@@ -75,7 +75,7 @@ struct h5 {
size_t rx_pending; /* Expecting more bytes */
u8 rx_ack; /* Last ack number received */
=20
- int (*rx_func) (struct hci_uart *hu, u8 c);
+ int (*rx_func)(struct hci_uart *hu, u8 c);
=20
struct timer_list timer; /* Retransmission timer */
=20
--=20
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Bluetooth:hci_h5: Cleaned up coding style warnings
2015-07-23 11:22 [PATCH] Bluetooth:hci_h5: Cleaned up coding style warnings Mutharaju, Prasanna (P.)
@ 2015-07-27 7:32 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2015-07-27 7:32 UTC (permalink / raw)
To: Mutharaju, Prasanna (P.)
Cc: Marcel Holtmann, Gustavo Padovan, linux-bluetooth@vger.kernel.org
Hi Prasanna,
On Thu, Jul 23, 2015, Mutharaju, Prasanna (P.) wrote:
> From: Prasanna Karthik <mkarthi3@visteon.com>
>
> Cleanedup "Unnecessary space before function pointer arguments" warning
> reported by Checkpatch
>
> Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
> ---
> drivers/bluetooth/hci_h5.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:32 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:22 [PATCH] Bluetooth:hci_h5: Cleaned up coding style warnings Mutharaju, Prasanna (P.)
2015-07-27 7:32 ` Johan Hedberg
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.