All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2318/2318] Staging : bluetooth Fix coding style issues
@ 2015-07-24 18:21 Shraddha Barke
  2015-07-24 18:50 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Shraddha Barke @ 2015-07-24 18:21 UTC (permalink / raw)
  To: Marcel Holtmann, Gustavo Padovan, Greg Kroah-Hartman
  Cc: linux-bluetooth, linux-kernel, Shraddha Barke

This patch adds a space after the '}' brackets

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 2318/2318] Staging : bluetooth Fix coding style issues
  2015-07-24 18:21 [PATCH 2318/2318] Staging : bluetooth Fix coding style issues Shraddha Barke
@ 2015-07-24 18:50 ` Greg Kroah-Hartman
       [not found]   ` <CAO393ACQsggC-b_5ZwxgzY_Vrq+YhoGuunugmYvitdHdM=Ofzg@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2015-07-24 18:50 UTC (permalink / raw)
  To: Shraddha Barke
  Cc: Marcel Holtmann, Gustavo Padovan, linux-bluetooth, linux-kernel

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 <shraddha.6596@gmail.com>

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...


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Fwd: [PATCH 2318/2318] Staging : bluetooth Fix coding style issues
       [not found]   ` <CAO393ACQsggC-b_5ZwxgzY_Vrq+YhoGuunugmYvitdHdM=Ofzg@mail.gmail.com>
@ 2015-07-25  4:10     ` Shraddha Barke
  2015-07-25  5:30       ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Shraddha Barke @ 2015-07-25  4:10 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Marcel Holtmann, Gustavo Padovan; +Cc: linux-bluetooth

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

I'm sorry I just didn't get reply from any of the other maintainers. The
number was autogenerated This is in fact one of my first patches.

[-- Attachment #2: Type: text/html, Size: 297 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fwd: [PATCH 2318/2318] Staging : bluetooth Fix coding style issues
  2015-07-25  4:10     ` Fwd: " Shraddha Barke
@ 2015-07-25  5:30       ` Greg Kroah-Hartman
  0 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2015-07-25  5:30 UTC (permalink / raw)
  To: Shraddha Barke; +Cc: Marcel Holtmann, Gustavo Padovan, linux-bluetooth

On Fri, Jul 24, 2015 at 08:10:31PM -0800, Shraddha Barke wrote:
> I'm sorry I just didn't get reply from any of the other maintainers. The number
> was autogenerated This is in fact one of my first patches.

It's not "auto generated", well, it is, but you have to ask it to be
created.  I suggest walking through the "first patch" tutorial on
kernelnewbies.org first before doing anything else, as this one is not
correct.

best of luck!

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 2318/2318] Staging : bluetooth Fix coding style issues
@ 2015-07-24 18:08 Shraddha Barke
  0 siblings, 0 replies; 5+ messages in thread
From: Shraddha Barke @ 2015-07-24 18:08 UTC (permalink / raw)
  To: Marcel Holtmann, Gustavo Padovan, Johan Hedberg
  Cc: linux-bluetooth, linux-kernel, Shraddha Barke

This patch adds a space after the '}' brackets

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-25  5:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-24 18:21 [PATCH 2318/2318] Staging : bluetooth Fix coding style issues Shraddha Barke
2015-07-24 18:50 ` Greg Kroah-Hartman
     [not found]   ` <CAO393ACQsggC-b_5ZwxgzY_Vrq+YhoGuunugmYvitdHdM=Ofzg@mail.gmail.com>
2015-07-25  4:10     ` Fwd: " Shraddha Barke
2015-07-25  5:30       ` Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2015-07-24 18:08 Shraddha Barke

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.