From: kbuild test robot <lkp@xxxxxxxxx> drivers/bluetooth/btusb.c:2683:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 49e8dd3d9eae ("Bluetooth: btusb: Add protocol support for MediaTek MT7668U USB devices") CC: Sean Wang <sean.wang@xxxxxxxxxxxx> Signed-off-by: kbuild test robot <fengguang.wu@xxxxxxxxx> --- url: https://github.com/0day-ci/linux/commits/sean-wang-mediatek-com/Bluetooth-btusb-Add-protocol-support-for-MediaTek-MT7668U-USB-devices/20190122-041846 base: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master btusb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -2680,7 +2680,7 @@ static int btusb_mtk_hci_wmt_sync(struct else status = BTMTK_WMT_ON_UNDONE; break; - }; + } if (wmt_params->status) *wmt_params->status = status;