[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180813003508.GA59548@lkp-sb05.lkp.intel.com>
Date: Mon, 13 Aug 2018 08:35:08 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: linux-kernel-owner@...r.kernel.org
Cc: kbuild-all@...org, marcel@...tmann.org, johan.hedberg@...il.com,
linux-bluetooth@...r.kernel.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
Sean Wang <sean.wang@...iatek.com>
Subject: [PATCH] Bluetooth: mediatek: fix semicolon.cocci warnings
From: kbuild test robot <fengguang.wu@...el.com>
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 <sean.wang@...iatek.com>
Signed-off-by: kbuild test robot <fengguang.wu@...el.com>
---
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;
Powered by blists - more mailing lists