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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9651FC433F5 for ; Fri, 25 Feb 2022 12:30:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ZfN4yjR4c/JdNPGovUQ3SwOzlpBkGf8YkZmPoYv/lw8=; b=m/RDc+uJzpiR4/ S3TGxNBWpSeGhmY9ihHR5T+cgO16RrgYZX0By7qYM2LFJOycZTlvmjed0++zITKRez7+c2kB/6Rw9 Juzf89I1rwpMxbedh1FBt4ZKtvfucU+iokYhR9J36422WYlA0I0udnIVME81dpV+ym7Snx8btPsRH +eKYMn4ysurOWMKL4F7shM/al1qI0IYcVVaMhk4X88a4qHTY5ZGPdzjCO1FbiZuIz9UrBr627X7FK qR/yqaQE6W17VQNnF7z6aFKc5OXNeQ798Eedzg0kohmMR5eDjmvt7KaIZhHLeqpzGUqkaPdJgKySU BS8xh5anoSu3xxcK3piQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNZj4-004qxw-Uu; Fri, 25 Feb 2022 12:29:35 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNZj1-004qwl-5Q for linux-arm-kernel@lists.infradead.org; Fri, 25 Feb 2022 12:29:32 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9BEF661B10; Fri, 25 Feb 2022 12:29:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0547FC340E7; Fri, 25 Feb 2022 12:29:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645792169; bh=QPOSPbPv/HpogSLdyop6Fgbjl8nFZ2zWTQsV2Hbw6Ic=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LKE6kUQRuNj61rkhGyS1chSh2jWNj60lWgLUVbikOewHA9ZvgLGy3GNUlaEzmh2u4 S1biCqaW3r0qcAae7wUJ3X4MjCU/39EpihTSIrRWXh3HYxrwmHa0k+mWYgbZLhQfYR VLT3/UFv4Vh8YjLah/vweirDY95qlIprPqUL9RMpyMHp3Bkd1MRGywxpcvk3Ft/PeU pedIN9Cr4VCMvkM2mOHmCruv44ARsajq3PCrno+qXxvxNYMzjTxTTl4l+EcGvnxvo2 SMaQU6IqtTdXkpl6G4sdm04+KHx2OdVfohCQsU9PX3RgKFVMqS91KNmEz4bbdDYxIL DuwzKvcJLucqw== Date: Fri, 25 Feb 2022 12:29:23 +0000 From: Will Deacon To: kernel test robot Cc: kbuild-all@lists.01.org, Linux Memory Management List , Marc Zyngier , James Morse , Alexandru Elisei , Suzuki K Poulose , Catalin Marinas , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org Subject: Re: [PATCH] KVM: arm64: fix semicolon.cocci warnings Message-ID: <20220225122922.GA19390@willie-the-truck> References: <202202250442.6Y6h26na-lkp@intel.com> <20220224200724.GA16837@6c0ef8ecd909> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220224200724.GA16837@6c0ef8ecd909> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220225_042931_285402_56667EA1 X-CRM114-Status: GOOD ( 15.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Feb 25, 2022 at 04:07:24AM +0800, kernel test robot wrote: > From: kernel test robot > > arch/arm64/kvm/psci.c:372:3-4: Unneeded semicolon > > > Remove unneeded semicolon. > > Generated by: scripts/coccinelle/misc/semicolon.cocci > > Fixes: d43583b890e7 ("KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest") > CC: Will Deacon > Reported-by: kernel test robot > Signed-off-by: kernel test robot > --- > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: d4a0ae62a277377de396850ed4b709b6bd9b7326 > commit: d43583b890e7cb0078d13d056753a56602b92406 [7067/7915] KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest > :::::: branch date: 18 hours ago > :::::: commit date: 3 days ago > > arch/arm64/kvm/psci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/arch/arm64/kvm/psci.c > +++ b/arch/arm64/kvm/psci.c > @@ -369,7 +369,7 @@ static int kvm_psci_1_x_call(struct kvm_ > ret = 0; > } > break; > - }; > + } Acked-by: Will Deacon but I really don't think this needs a Fixes: tag Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel