From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbuild test robot Subject: [PATCH] Bluetooth: btusb: fix semicolon.cocci warnings Date: Tue, 22 Jan 2019 15:03:14 +0800 Message-ID: <20190122070314.GA27239@lkp-hsx02> References: <508f1c6ddf2e7d2a88d267e418159e929bf133c5.1547849398.git.sean.wang@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <508f1c6ddf2e7d2a88d267e418159e929bf133c5.1547849398.git.sean.wang@mediatek.com> Sender: linux-kernel-owner@vger.kernel.org Cc: kbuild-all@01.org, marcel@holtmann.org, johan.hedberg@gmail.com, linux-bluetooth@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Sean Wang List-Id: linux-mediatek@lists.infradead.org From: kbuild test robot 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 Signed-off-by: kbuild test robot --- 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;