Bluetooth: dtl1_cs: Fixed coding style
authorPrasanna Karthik <mkarthi3@visteon.com>
Sun, 5 Jul 2015 09:56:36 +0000 (09:56 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 23 Jul 2015 15:10:49 +0000 (17:10 +0200)
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>
drivers/bluetooth/dtl1_cs.c

index 09c130d73ba351f049f209a00d85eaa26a60d1f7..84135c54ed2e46df5111e2c2797b82fa8db4b143 100644 (file)
@@ -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;
This page took 0.025082 seconds and 5 git commands to generate.