From patchwork Fri Feb 26 07:55:41 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chenyi Qiang X-Patchwork-Id: 12105969 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA23FC433E0 for ; Fri, 26 Feb 2021 07:53:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6023564EE1 for ; Fri, 26 Feb 2021 07:53:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230019AbhBZHx2 (ORCPT ); Fri, 26 Feb 2021 02:53:28 -0500 Received: from mga14.intel.com ([192.55.52.115]:37006 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229800AbhBZHx1 (ORCPT ); Fri, 26 Feb 2021 02:53:27 -0500 IronPort-SDR: mLrEcBkzPIr+vDDeeuGV5SXYyQB01Com7YTau375syMxkCaUvHtzMDGUMMgoJn8qv12CyszAWB rUU1l8uMZnrQ== X-IronPort-AV: E=McAfee;i="6000,8403,9906"; a="185118894" X-IronPort-AV: E=Sophos;i="5.81,207,1610438400"; d="scan'208";a="185118894" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2021 23:52:46 -0800 IronPort-SDR: EgQBwrnMWF0ZF+1qC1DNq57FF0ROm0nZzUn5xBIEH0yhP9YyNd0DLRFAVQLnbR96GGWsly9/PX zW4Csgc/frdA== X-IronPort-AV: E=Sophos;i="5.81,207,1610438400"; d="scan'208";a="404797767" Received: from chenyi-pc.sh.intel.com ([10.239.159.24]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2021 23:52:33 -0800 From: Chenyi Qiang To: Paolo Bonzini Cc: Stephen Rothwell , Jonathan Corbet , kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] KVM: Documentation: rectify rst markup in kvm_run->flags Date: Fri, 26 Feb 2021 15:55:41 +0800 Message-Id: <20210226075541.27179-1-chenyi.qiang@intel.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Commit c32b1b896d2a ("KVM: X86: Add the Document for KVM_CAP_X86_BUS_LOCK_EXIT") added a new flag in kvm_run->flags documentation, and caused warning in make htmldocs: Documentation/virt/kvm/api.rst:5004: WARNING: Unexpected indentation Documentation/virt/kvm/api.rst:5004: WARNING: Inline emphasis start-string without end-string Fix this rst markup issue. Signed-off-by: Chenyi Qiang --- Documentation/virt/kvm/api.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index aed52b0fc16e..0717bf523034 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -5000,7 +5000,8 @@ local APIC is not used. __u16 flags; More architecture-specific flags detailing state of the VCPU that may -affect the device's behavior. Current defined flags: +affect the device's behavior. Current defined flags:: + /* x86, set if the VCPU is in system management mode */ #define KVM_RUN_X86_SMM (1 << 0) /* x86, set if bus lock detected in VM */