From patchwork Thu Dec 12 08:18:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Miaohe Lin X-Patchwork-Id: 11287589 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 103CC14B7 for ; Thu, 12 Dec 2019 08:24:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E51432173E for ; Thu, 12 Dec 2019 08:24:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728271AbfLLITS (ORCPT ); Thu, 12 Dec 2019 03:19:18 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:45294 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728209AbfLLITQ (ORCPT ); Thu, 12 Dec 2019 03:19:16 -0500 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 3646C3A88C12610B275B; Thu, 12 Dec 2019 16:19:12 +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; Thu, 12 Dec 2019 16:19:02 +0800 From: linmiaohe To: , , , , , , , , , , CC: , , , Subject: [PATCH v2 0/4] Fix various comment errors Date: Thu, 12 Dec 2019 16:18:34 +0800 Message-ID: <1576138718-32728-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. --- v2: Fix some comments according to Sean' advice and do the patch reorganizing. Miaohe Lin (4): KVM: VMX: Fix some typos and out-dated function names in comments KVM: x86: Fix some comment typos and grammar mistakes KVM: Fix some writing mistakes and wrong function name in comments KVM: hyperv: Fix some typos in vcpu unimpl info 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(-)