From: Peter Senna Tschudin Date: Fri, 7 Sep 2012 15:24:48 +0000 (+0200) Subject: Bluetooth: btuart_cs.c: removes unnecessary semicolon X-Git-Tag: v3.7-rc1~145^2~30^2~104^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ad777958621524b48d1bdf4aaf3b26a363d4553;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Bluetooth: btuart_cs.c: removes unnecessary semicolon removes unnecessary semicolon Found by Coccinelle: http://coccinelle.lip6.fr/ Signed-off-by: Peter Senna Tschudin Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- diff --git a/drivers/bluetooth/btuart_cs.c b/drivers/bluetooth/btuart_cs.c index 2f510a8..35a553a 100644 --- 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);