From patchwork Wed Dec 11 06:26:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miaohe Lin X-Patchwork-Id: 11284337 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D10D21593 for ; Wed, 11 Dec 2019 06:26:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B89A8222C4 for ; Wed, 11 Dec 2019 06:26:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727849AbfLKG0s (ORCPT ); Wed, 11 Dec 2019 01:26:48 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:7215 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726676AbfLKG0s (ORCPT ); Wed, 11 Dec 2019 01:26:48 -0500 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 52BEC7B47CD224B69C03; Wed, 11 Dec 2019 14:26:45 +0800 (CST) Received: from huawei.com (10.175.105.18) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.439.0; Wed, 11 Dec 2019 14:26:38 +0800 From: linmiaohe To: , , , , , , , , , , CC: , , , Subject: [PATCH 0/6] Fix various comment errors Date: Wed, 11 Dec 2019 14:26:19 +0800 Message-ID: <1576045585-8536-1-git-send-email-linmiaohe@huawei.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 X-Originating-IP: [10.175.105.18] X-CFilter-Loop: Reflected Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org From: Miaohe Lin Fix various comment mistakes, such as typo, grammar mistake, out-dated function name, writing error and so on. It is a bit tedious and many thanks for review in advance. Miaohe Lin (6): KVM: Fix some wrong function names in comment KVM: Fix some out-dated function names in comment KVM: Fix some comment typos and missing parentheses KVM: Fix some grammar mistakes KVM: hyperv: Fix some typos in vcpu unimpl info KVM: Fix some writing mistakes arch/x86/include/asm/kvm_host.h | 2 +- arch/x86/kvm/hyperv.c | 6 +++--- arch/x86/kvm/ioapic.c | 2 +- arch/x86/kvm/lapic.c | 4 ++-- arch/x86/kvm/vmx/nested.c | 2 +- arch/x86/kvm/vmx/vmcs_shadow_fields.h | 4 ++-- arch/x86/kvm/vmx/vmx.c | 8 ++++---- virt/kvm/kvm_main.c | 6 +++--- 8 files changed, 17 insertions(+), 17 deletions(-)