projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c24d45
)
Bluetooth: btuart_cs.c: removes unnecessary semicolon
author
Peter Senna Tschudin
<
[email protected]
>
Fri, 7 Sep 2012 15:24:48 +0000
(17:24 +0200)
committer
Gustavo Padovan
<
[email protected]
>
Wed, 19 Sep 2012 01:27:17 +0000
(22:27 -0300)
removes unnecessary semicolon
Found by Coccinelle: http://coccinelle.lip6.fr/
Signed-off-by: Peter Senna Tschudin <
[email protected]
>
Acked-by: Marcel Holtmann <
[email protected]
>
Signed-off-by: Gustavo Padovan <
[email protected]
>
drivers/bluetooth/btuart_cs.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btuart_cs.c
b/drivers/bluetooth/btuart_cs.c
index 2f510a87b28f90ae1c01370cb1df21882108868e..35a553a90616d85f07bf5c03d5d24e5373494ac6 100644
(file)
--- a/
drivers/bluetooth/btuart_cs.c
+++ b/
drivers/bluetooth/btuart_cs.c
@@
-446,7
+446,7
@@
static int btuart_hci_send_frame(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);