Bluetooth: hci_vhci.c: removes unnecessary semicolon
authorPeter Senna Tschudin <[email protected]>
Fri, 7 Sep 2012 15:24:47 +0000 (17:24 +0200)
committerGustavo Padovan <[email protected]>
Wed, 19 Sep 2012 01:26:43 +0000 (22:26 -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/hci_vhci.c

index 3f72595a60178a7f23ca45ac6418c6e5cb53faa6..d8b7aed6e4a96f6d6997ab9fac2a1ac84fbc4700 100644 (file)
@@ -156,7 +156,7 @@ static inline ssize_t vhci_put_user(struct vhci_data *data,
        case HCI_SCODATA_PKT:
                data->hdev->stat.sco_tx++;
                break;
-       };
+       }
 
        return total;
 }