diff mbox series

Bluetooth: btusb: fix semicolon.cocci warnings

Message ID 20190122070314.GA27239@lkp-hsx02 (mailing list archive)
State New, archived
Headers show
Series Bluetooth: btusb: fix semicolon.cocci warnings | expand

Commit Message

kernel test robot Jan. 22, 2019, 7:03 a.m. UTC
From: kbuild test robot <lkp@intel.com>

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@mediatek.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---

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(-)
diff mbox series

Patch

--- 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;