aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-10-25 17:26:53 +0800
committerMarcel Holtmann <marcel@holtmann.org>2019-10-26 07:23:30 +0200
commit515d6798fec9632fffb79261c511eb166f773273 (patch)
tree1e634071f1ef12da49980948998ce1643b348aa8 /drivers/bluetooth
parentMerge branch 'ionic-updates' (diff)
downloadlinux-dev-515d6798fec9632fffb79261c511eb166f773273.tar.xz
linux-dev-515d6798fec9632fffb79261c511eb166f773273.zip
Bluetooth: btrtl: remove unneeded semicolon
Remove unneeded semicolon. This is detected by coccinelle. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btrtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btrtl.c b/drivers/bluetooth/btrtl.c
index ae9a2047f242..f838537f9f89 100644
--- a/drivers/bluetooth/btrtl.c
+++ b/drivers/bluetooth/btrtl.c
@@ -778,7 +778,7 @@ int btrtl_get_uart_settings(struct hci_dev *hdev,
rtl_dev_dbg(hdev, "skipping config entry 0x%x (len %u)",
le16_to_cpu(entry->offset), entry->len);
break;
- };
+ }
i += sizeof(*entry) + entry->len;
}