1
0
Fork 0

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>
hifive-unleashed-5.1
Prasanna Karthik 2015-07-05 09:56:36 +00:00 committed by Marcel Holtmann
parent a03e33da5f
commit 20a7e25f4e
1 changed files with 1 additions and 1 deletions

View 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;