Commit 20a7e25f authored by Prasanna Karthik's avatar Prasanna Karthik Committed by Marcel Holtmann

Bluetooth: dtl1_cs: Fixed coding style

Removed semicolon at end of switch statement,error reported by Coccinelle
Signed-off-by: default avatarPrasanna Karthik <mkarthi3@visteon.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent a03e33da
...@@ -406,7 +406,7 @@ static int dtl1_hci_send_frame(struct hci_dev *hdev, struct sk_buff *skb) ...@@ -406,7 +406,7 @@ static int dtl1_hci_send_frame(struct hci_dev *hdev, struct sk_buff *skb)
break; break;
default: default:
return -EILSEQ; return -EILSEQ;
}; }
nsh.zero = 0; nsh.zero = 0;
nsh.len = skb->len; nsh.len = skb->len;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment