projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca93cee
)
Bluetooth: bfusb: Coding style fix reported by coccinelle
author
Prasanna Karthik
<mkarthi3@visteon.com>
Sun, 5 Jul 2015 09:49:27 +0000
(09:49 +0000)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 23 Jul 2015 15:10:49 +0000
(17:10 +0200)
Removed semicolon at the end of switch case statement
Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/bfusb.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/bfusb.c
b/drivers/bluetooth/bfusb.c
index
fcfb72e
..
a5c4d05
100644
(file)
--- a/
drivers/bluetooth/bfusb.c
+++ b/
drivers/bluetooth/bfusb.c
@@
-492,7
+492,7
@@
static int bfusb_send_frame(struct hci_dev *hdev, struct sk_buff *skb)
case HCI_SCODATA_PKT:
hdev->stat.sco_tx++;
break;
- }
;
+ }
/* Prepend skb with frame type */
memcpy(skb_push(skb, 1), &bt_cb(skb)->pkt_type, 1);