diff options
author | Prasanna Karthik <mkarthi3@visteon.com> | 2015-07-05 09:56:36 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-07-23 17:10:49 +0200 |
commit | 20a7e25f4ee173785fded331d2af4b68b1ef5921 (patch) | |
tree | 1144c1ba0c28ab13ee7e6fe01033618b36118790 /drivers/bluetooth/dtl1_cs.c | |
parent | a03e33da5f1f10cc93bd5de140a131dac1db97f0 (diff) | |
download | blackbird-obmc-linux-20a7e25f4ee173785fded331d2af4b68b1ef5921.tar.gz blackbird-obmc-linux-20a7e25f4ee173785fded331d2af4b68b1ef5921.zip |
Bluetooth: dtl1_cs: Fixed coding style
Removed semicolon at end of switch statement,error reported by Coccinelle
Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/dtl1_cs.c')
-rw-r--r-- | drivers/bluetooth/dtl1_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |