From: kbuild test robot <fengguang.wu@intel.com>
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 <sean.wang@mediatek.com>
Subject: [PATCH] Bluetooth: mediatek: fix semicolon.cocci warnings
Date: Mon, 13 Aug 2018 08:35:08 +0800 [thread overview]
Message-ID: <20180813003508.GA59548@lkp-sb05.lkp.intel.com> (raw)
In-Reply-To: <d976d455588eb0e3007cee1c3447e0455a06573e.1534062988.git.sean.wang@mediatek.com>
From: kbuild test robot <fengguang.wu@intel.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@mediatek.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.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;
next prev parent reply other threads:[~2018-08-13 0:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-12 8:46 [PATCH v1 0/2] Bluetooth: mediatek: Add protocol support for MediaTek USB devices sean.wang
2018-08-12 8:46 ` [PATCH v1 1/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7668U " sean.wang
2018-08-13 0:35 ` kbuild test robot
2018-08-13 0:35 ` kbuild test robot [this message]
2018-08-13 8:00 ` Marcel Holtmann
2018-08-13 10:20 ` Sean Wang
2018-08-13 10:27 ` Sean Wang
2018-08-13 13:37 ` Marcel Holtmann
2018-08-12 8:46 ` [PATCH v1 2/2] Bluetooth: mediatek: Add protocol support for MediaTek MT7663U " sean.wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180813003508.GA59548@lkp-sb05.lkp.intel.com \
--to=fengguang.wu@intel.com \
--cc=johan.hedberg@gmail.com \
--cc=kbuild-all@01.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel-owner@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=marcel@holtmann.org \
--cc=sean.wang@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).