Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp4148079ybg; Tue, 29 Oct 2019 02:54:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqx0TQVKB2Fvxrs9EMCe4E2CdYnvciZe5tASfNxJih6NwsWJsqgdVO4raWAkzd8Wgh1gYKcW X-Received: by 2002:a05:6402:142c:: with SMTP id c12mr10055040edx.96.1572342874597; Tue, 29 Oct 2019 02:54:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572342874; cv=none; d=google.com; s=arc-20160816; b=WyWNzt2cibWzvWpDhPY0qWzFUKduZq1elhLBr942XaElz4P/roMiaguoWaci+Sz8LX HVUOa3yLoYKtVMcBjStniWteo+oC6WgtJRUsa+4O1gvRPW87VEUy2lS4td1oVdIi5KIv N+HQIh9D6os0sZGF4LmQ/AwS7EWGt3sieSWPI1+I0VslBRJAYIyuxz1NPYHQGX5oQTT+ X9QjNob2PAiNnOAr/uN6ax+ZmFWXfKUAtGXJl5pPbZ798dSSgd3NA+vFycKDGPd8s7Bk fq5qnjL5c+ksg38lNSxr9Wf+jvQAQsIWcjgqDu9BFN6ACaduNHJsDC5bEQ0IZZ1K5vFO zM7w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=1dgslcLTBSLaky7FSCqbUwcsfu61otU+Q45PX2A0bCQ=; b=FTEFGeuXVZLnX+c7krwvMj7lEdp5hI41RwEVD37XlojZqGoXqKs9rpjphn0DZWo2an Nv/Ggp/mMdH+lj61ieAWPVxqOUvULXwgyRL0tRJ96I2ZEDJw7K4YnfALy4VS/odqXxLc Ts7dr1wxiWfDS30dSugVitrb6CY/jZ6QQ+835VlzLOCUCr1timXY89+zLATCCjSTTtyr TMj0io3WhKHFbIto3rkeyVzyxnOOIPCBpL1GrEJxuxveinxenTT/IpgT2hneF5nBCGlW lyKRZkBDm4m8t7Qr6YTCRlRLA8Jf9Ge6i2NDb9lJ/0H8Ov5gdgQ4zdv4nuRthxgF1ubI +l0w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i7si9566162eda.375.2019.10.29.02.54.10; Tue, 29 Oct 2019 02:54:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728224AbfJ2HU3 (ORCPT + 99 others); Tue, 29 Oct 2019 03:20:29 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:60322 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727927AbfJ2HUZ (ORCPT ); Tue, 29 Oct 2019 03:20:25 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 3C181374D1B2EC7E14A6; Tue, 29 Oct 2019 15:20:22 +0800 (CST) Received: from DESKTOP-8RFUVS3.china.huawei.com (10.173.222.27) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.439.0; Tue, 29 Oct 2019 15:20:16 +0800 From: Zenghui Yu To: , , , , CC: , , , , Zenghui Yu Subject: [PATCH 2/3] KVM: arm/arm64: vgic: Fix some comments typo Date: Tue, 29 Oct 2019 15:19:18 +0800 Message-ID: <20191029071919.177-3-yuzenghui@huawei.com> X-Mailer: git-send-email 2.23.0.windows.1 In-Reply-To: <20191029071919.177-1-yuzenghui@huawei.com> References: <20191029071919.177-1-yuzenghui@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.173.222.27] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org s/vgic_its_save_pending_tables/vgic_v3_save_pending_tables/ s/then/the/ Signed-off-by: Zenghui Yu --- include/kvm/arm_vgic.h | 2 +- virt/kvm/arm/vgic/vgic-v3.c | 2 +- virt/kvm/arm/vgic/vgic-v4.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/kvm/arm_vgic.h b/include/kvm/arm_vgic.h index 0fb240ec0a2a..01f8b3739a09 100644 --- a/include/kvm/arm_vgic.h +++ b/include/kvm/arm_vgic.h @@ -240,7 +240,7 @@ struct vgic_dist { * Contains the attributes and gpa of the LPI configuration table. * Since we report GICR_TYPER.CommonLPIAff as 0b00, we can share * one address across all redistributors. - * GICv3 spec: 6.1.2 "LPI Configuration tables" + * GICv3 spec "LPI Configuration tables" */ u64 propbaser; diff --git a/virt/kvm/arm/vgic/vgic-v3.c b/virt/kvm/arm/vgic/vgic-v3.c index 8d69f007dd0c..5ef93e5041e1 100644 --- a/virt/kvm/arm/vgic/vgic-v3.c +++ b/virt/kvm/arm/vgic/vgic-v3.c @@ -357,7 +357,7 @@ int vgic_v3_lpi_sync_pending_status(struct kvm *kvm, struct vgic_irq *irq) } /** - * vgic_its_save_pending_tables - Save the pending tables into guest RAM + * vgic_v3_save_pending_tables - Save the pending tables into guest RAM * kvm lock and all vcpu lock must be held */ int vgic_v3_save_pending_tables(struct kvm *kvm) diff --git a/virt/kvm/arm/vgic/vgic-v4.c b/virt/kvm/arm/vgic/vgic-v4.c index 477af6aebb97..d864cf8dd212 100644 --- a/virt/kvm/arm/vgic/vgic-v4.c +++ b/virt/kvm/arm/vgic/vgic-v4.c @@ -266,7 +266,7 @@ int kvm_vgic_v4_set_forwarding(struct kvm *kvm, int virq, mutex_lock(&its->its_lock); - /* Perform then actual DevID/EventID -> LPI translation. */ + /* Perform the actual DevID/EventID -> LPI translation. */ ret = vgic_its_resolve_lpi(kvm, its, irq_entry->msi.devid, irq_entry->msi.data, &irq); if (ret) -- 2.19.1