2015-07-24 18:23:19

by Shraddha Barke

[permalink] [raw]
Subject: [PATCH 2318/2318] Staging : bluetooth Fix coding style issues

This patch adds a space after the '}' brackets

Signed-off-by: Shraddha Barke <[email protected]>
---
drivers/bluetooth/btbcm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
index 1e1a432..cf7c81d 100644
--- a/drivers/bluetooth/btbcm.c
+++ b/drivers/bluetooth/btbcm.c
@@ -32,8 +32,8 @@

#define VERSION "0.1"

-#define BDADDR_BCM20702A0 (&(bdaddr_t) {{0x00, 0xa0, 0x02, 0x70, 0x20, 0x00}})
-#define BDADDR_BCM4324B3 (&(bdaddr_t) {{0x00, 0x00, 0x00, 0xb3, 0x24, 0x43}})
+#define BDADDR_BCM20702A0 (&(bdaddr_t) {{0x00, 0xa0, 0x02, 0x70, 0x20, 0x00 } })
+#define BDADDR_BCM4324B3 (&(bdaddr_t) {{0x00, 0x00, 0x00, 0xb3, 0x24, 0x43 } })

int btbcm_check_bdaddr(struct hci_dev *hdev)
{
--
2.1.0


2015-07-24 18:50:26

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH 2318/2318] Staging : bluetooth Fix coding style issues

On Fri, Jul 24, 2015 at 11:51:38PM +0530, Shraddha Barke wrote:
> This patch adds a space after the '}' brackets
>
> Signed-off-by: Shraddha Barke <[email protected]>

Where are the other 2318 patches?

> ---
> drivers/bluetooth/btbcm.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
> index 1e1a432..cf7c81d 100644
> --- a/drivers/bluetooth/btbcm.c
> +++ b/drivers/bluetooth/btbcm.c

Why are you sending this to me? I'm not listed as a maintainer of this
file...