From patchwork Thu Dec 27 01:04:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peng Hao X-Patchwork-Id: 10743391 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AEAD81399 for ; Thu, 27 Dec 2018 00:44:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 92759285DA for ; Thu, 27 Dec 2018 00:44:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 841D92879E; Thu, 27 Dec 2018 00:44:25 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 54383285DA for ; Thu, 27 Dec 2018 00:44:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=h4uqM+6sgPqGhhpTf1mNu0P2Jn/QYYvNU1w2X90kvOk=; b=lyx B4WorH1JOS9JC1xYl1GubUNBtNVnElNDCteKgx1BFvaOqDO5YiaYhNz+GThmvU/0e8/VE/8etqhVL EWoReZfY/QdQxgK6eXlOb1cgY51cwhNgBrwkrykvy9jInSmVe+KJdmsbtCPmIBxzReQIGb9uhfV3U gJ3qCY4P8GCC28PNnE4Qg5Uz7EQf0dO2ys81cZQvyZL9JfHHIo4K3yc3KeIJB7KBCk2Chr1iIs6CI FX1uffCaSx+TX47m3QGzLLybGQwjPyO7SBKVisbF1CpZEypg3VHSoLhSc2FJJPM3dgSqr/e0uaBFZ YLKdMiBle76vmxCsxw6XBL6v+4SSdRQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gcJmT-00089Q-Ps; Thu, 27 Dec 2018 00:44:09 +0000 Received: from out1.zte.com.cn ([202.103.147.172] helo=mxct.zte.com.cn) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gcJmN-00087e-Sk for linux-arm-kernel@lists.infradead.org; Thu, 27 Dec 2018 00:44:07 +0000 Received: from mse01.zte.com.cn (unknown [10.30.3.20]) by Forcepoint Email with ESMTPS id 2C70ED9DD21C710D2AB4; Thu, 27 Dec 2018 08:43:42 +0800 (CST) Received: from notes_smtp.zte.com.cn ([10.30.1.239]) by mse01.zte.com.cn with ESMTP id wBR0ha63080408; Thu, 27 Dec 2018 08:43:36 +0800 (GMT-8) (envelope-from peng.hao2@zte.com.cn) Received: from localhost.localdomain.localdomain ([10.74.120.59]) by szsmtp06.zte.com.cn (Lotus Domino Release 8.5.3FP6) with ESMTP id 2018122708440271-18985685 ; Thu, 27 Dec 2018 08:44:02 +0800 From: Peng Hao To: christoffer.dall@arm.com, marc.zyngier@arm.com Subject: [PATCH] kvm:arm/arm64: vgic: remove unnecessary semicolon Date: Thu, 27 Dec 2018 09:04:27 +0800 Message-Id: <1545872667-82509-1-git-send-email-peng.hao2@zte.com.cn> X-Mailer: git-send-email 1.8.3.1 X-MIMETrack: Itemize by SMTP Server on SZSMTP06/server/zte_ltd(Release 8.5.3FP6|November 21, 2013) at 2018-12-27 08:44:02, Serialize by Router on notes_smtp/zte_ltd(Release 9.0.1FP7|August 17, 2016) at 2018-12-27 08:43:24, Serialize complete at 2018-12-27 08:43:24 X-MAIL: mse01.zte.com.cn wBR0ha63080408 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181226_164404_087023_D22172EF X-CRM114-Status: GOOD ( 11.08 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peng Hao , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Remove unnecessary semicolon in vgic_put_irq. Signed-off-by: Peng Hao --- virt/kvm/arm/vgic/vgic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt/kvm/arm/vgic/vgic.c b/virt/kvm/arm/vgic/vgic.c index 7cfdfbc..f9ff5c7 100644 --- a/virt/kvm/arm/vgic/vgic.c +++ b/virt/kvm/arm/vgic/vgic.c @@ -142,7 +142,7 @@ void vgic_put_irq(struct kvm *kvm, struct vgic_irq *irq) if (!kref_put(&irq->refcount, vgic_irq_release)) { spin_unlock_irqrestore(&dist->lpi_list_lock, flags); return; - }; + } list_del(&irq->lpi_list); dist->lpi_list_count--;