All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: sean.wang@mediatek.com
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: btusb: fix semicolon.cocci warnings
Date: Tue, 22 Jan 2019 15:03:14 +0800	[thread overview]
Message-ID: <20190122070314.GA27239@lkp-hsx02> (raw)
In-Reply-To: <508f1c6ddf2e7d2a88d267e418159e929bf133c5.1547849398.git.sean.wang@mediatek.com>

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;

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
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: btusb: fix semicolon.cocci warnings
Date: Tue, 22 Jan 2019 15:03:14 +0800	[thread overview]
Message-ID: <20190122070314.GA27239@lkp-hsx02> (raw)
In-Reply-To: <508f1c6ddf2e7d2a88d267e418159e929bf133c5.1547849398.git.sean.wang@mediatek.com>

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;

  parent reply	other threads:[~2019-01-22  7:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-18 22:24 [PATCH v5 0/2] Bluetooth: btusb: Add protocol support for MediaTek USB devices sean.wang
2019-01-18 22:24 ` sean.wang
2019-01-18 22:24 ` [PATCH v5 1/2] Bluetooth: btusb: Add protocol support for MediaTek MT7668U " sean.wang
2019-01-18 22:24   ` sean.wang
2019-01-22  7:03   ` kbuild test robot
2019-01-22  7:03     ` kbuild test robot
2019-01-22  7:03   ` kbuild test robot [this message]
2019-01-22  7:03     ` [PATCH] Bluetooth: btusb: fix semicolon.cocci warnings kbuild test robot
2019-01-18 22:24 ` [PATCH v5 2/2] Bluetooth: btusb: Add protocol support for MediaTek MT7663U USB devices sean.wang
2019-01-18 22:24   ` 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=20190122070314.GA27239@lkp-hsx02 \
    --to=lkp@intel.com \
    --cc=johan.hedberg@gmail.com \
    --cc=kbuild-all@01.org \
    --cc=linux-bluetooth@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.