From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B01DAC43331 for ; Sun, 10 Nov 2019 02:00:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 777B721019 for ; Sun, 10 Nov 2019 02:00:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726641AbfKJCAr (ORCPT ); Sat, 9 Nov 2019 21:00:47 -0500 Received: from mga04.intel.com ([192.55.52.120]:36640 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726559AbfKJCAr (ORCPT ); Sat, 9 Nov 2019 21:00:47 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Nov 2019 18:00:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,286,1569308400"; d="scan'208";a="213496526" Received: from lkp-server01.sh.intel.com (HELO lkp-server01) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 09 Nov 2019 18:00:44 -0800 Received: from kbuild by lkp-server01 with local (Exim 4.89) (envelope-from ) id 1iTcWy-000AOY-7E; Sun, 10 Nov 2019 10:00:44 +0800 Date: Sun, 10 Nov 2019 09:59:57 +0800 From: kbuild test robot To: Wanpeng Li Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , Sean Christopherson , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel Subject: [PATCH] KVM: X86: fix semicolon.cocci warnings Message-ID: <20191110015957.i7kejzh4gy2hfrtp@4978f4969bb8> References: <1573283135-5502-1-git-send-email-wanpengli@tencent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1573283135-5502-1-git-send-email-wanpengli@tencent.com> X-Patchwork-Hint: ignore User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: kbuild test robot arch/x86/kvm/vmx/vmx.c:6509:3-4: Unneeded semicolon arch/x86/kvm/vmx/vmx.c:6510:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: fbb78ac80ca1 ("KVM: X86: Single target IPI fastpath") CC: Wanpeng Li Signed-off-by: kbuild test robot --- url: https://github.com/0day-ci/linux/commits/Wanpeng-Li/KVM-X86-Single-target-IPI-fastpath/20191110-081303 base: https://git.kernel.org/pub/scm/virt/kvm/kvm.git linux-next vmx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/arch/x86/kvm/vmx/vmx.c +++ b/arch/x86/kvm/vmx/vmx.c @@ -6506,8 +6506,8 @@ static int handle_ipi_fastpath(struct kv if (ret == 0) ret = kvm_skip_emulated_instruction(vcpu); - }; - }; + } + } return ret; } From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8138223115577072877==" MIME-Version: 1.0 From: kbuild test robot To: kbuild-all@lists.01.org Subject: [PATCH] KVM: X86: fix semicolon.cocci warnings Date: Sun, 10 Nov 2019 09:59:57 +0800 Message-ID: <20191110015957.i7kejzh4gy2hfrtp@4978f4969bb8> In-Reply-To: <1573283135-5502-1-git-send-email-wanpengli@tencent.com> List-Id: --===============8138223115577072877== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: kbuild test robot arch/x86/kvm/vmx/vmx.c:6509:3-4: Unneeded semicolon arch/x86/kvm/vmx/vmx.c:6510:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: fbb78ac80ca1 ("KVM: X86: Single target IPI fastpath") CC: Wanpeng Li Signed-off-by: kbuild test robot --- url: https://github.com/0day-ci/linux/commits/Wanpeng-Li/KVM-X86-Single-= target-IPI-fastpath/20191110-081303 base: https://git.kernel.org/pub/scm/virt/kvm/kvm.git linux-next vmx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/arch/x86/kvm/vmx/vmx.c +++ b/arch/x86/kvm/vmx/vmx.c @@ -6506,8 +6506,8 @@ static int handle_ipi_fastpath(struct kv = if (ret =3D=3D 0) ret =3D kvm_skip_emulated_instruction(vcpu); - }; - }; + } + } = return ret; } --===============8138223115577072877==--