From: Prasanna Karthik Date: Sun, 5 Jul 2015 09:56:36 +0000 (+0000) Subject: Bluetooth: dtl1_cs: Fixed coding style X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=20a7e25f4ee173785fded331d2af4b68b1ef5921;p=deliverable%2Flinux.git Bluetooth: dtl1_cs: Fixed coding style Removed semicolon at end of switch statement,error reported by Coccinelle Signed-off-by: Prasanna Karthik Signed-off-by: Marcel Holtmann --- diff --git a/drivers/bluetooth/dtl1_cs.c b/drivers/bluetooth/dtl1_cs.c index 09c130d73ba3..84135c54ed2e 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, struct sk_buff *skb) break; default: return -EILSEQ; - }; + } nsh.zero = 0; nsh.len = skb->len;