lkml.org 
[lkml]   [2019]   [Jan]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Bluetooth: btusb: fix semicolon.cocci warnings
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(-)

--- 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;
\
 
 \ /
  Last update: 2019-01-22 08:04    [W:0.051 / U:0.472 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site