Return-Path: Date: Mon, 13 Aug 2018 08:35:08 +0800 From: kbuild test robot To: 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 Subject: [PATCH] Bluetooth: mediatek: fix semicolon.cocci warnings Message-ID: <20180813003508.GA59548@lkp-sb05.lkp.intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: List-ID: From: kbuild test robot drivers/bluetooth/btmtk.c:86:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: a52562c05bdf ("Bluetooth: mediatek: Add protocol support for MediaTek MT7668U USB devices") CC: Sean Wang Signed-off-by: kbuild test robot --- btmtk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/bluetooth/btmtk.c +++ b/drivers/bluetooth/btmtk.c @@ -83,7 +83,7 @@ btmtk_hci_wmt_sync(struct hci_dev *hdev, else status = BTMTK_WMT_ON_UNDONE; break; - }; + } if (params->status) *params->status = status;