2015-07-05 09:56:36

by Mutharaju, Prasanna (P.)

[permalink] [raw]
Subject: [PATCH] Bluetooth:dtl1_cs: Fixed coding style

From: Prasanna Karthik <[email protected]>

Removed semicolon at end of switch statement,error reported by Coccinelle

Signed-off-by: Prasanna Karthik <[email protected]>
---
drivers/bluetooth/dtl1_cs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bluetooth/dtl1_cs.c b/drivers/bluetooth/dtl1_cs.c
index 09c130d..84135c5 100644
--- a/drivers/bluetooth/dtl1_cs.c
+++ b/drivers/bluetooth/dtl1_cs.c
@@ -406,7 +406,7 @@ static int dtl1_hci_send_frame(struct hci_dev *hdev, st=
ruct sk_buff *skb)
break;
default:
return -EILSEQ;
- };
+ }
=20
nsh.zero =3D 0;
nsh.len =3D skb->len;
--=20
1.7.9.5


2015-07-05 13:13:55

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth:dtl1_cs: Fixed coding style

Hi Prasanna,

> Removed semicolon at end of switch statement,error reported by Coccinelle
>
> Signed-off-by: Prasanna Karthik <[email protected]>
> ---
> drivers/bluetooth/dtl1_cs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel