]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Bluetooth: btuart_cs.c: removes unnecessary semicolon
authorPeter Senna Tschudin <peter.senna@gmail.com>
Fri, 7 Sep 2012 15:24:48 +0000 (17:24 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
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 <peter.senna@gmail.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
drivers/bluetooth/btuart_cs.c

index 2f510a87b28f90ae1c01370cb1df21882108868e..35a553a90616d85f07bf5c03d5d24e5373494ac6 100644 (file)
@@ -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);