aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorPeter Senna Tschudin <peter.senna@gmail.com>2012-09-07 17:24:47 +0200
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-09-18 22:26:43 -0300
commit2c24d454060ae76d7fe2aed267944723001faeff (patch)
tree2d6d741ae1896516eef306f4fa0396f46375f41f /drivers/bluetooth
parentBluetooth: hci_ll.c: removes unnecessary semicolon (diff)
downloadlinux-dev-2c24d454060ae76d7fe2aed267944723001faeff.tar.xz
linux-dev-2c24d454060ae76d7fe2aed267944723001faeff.zip
Bluetooth: hci_vhci.c: removes unnecessary semicolon
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/hci_vhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c
index 3f72595a6017..d8b7aed6e4a9 100644
--- a/drivers/bluetooth/hci_vhci.c
+++ b/drivers/bluetooth/hci_vhci.c
@@ -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;
}